Skip to content

Commit fec2b2b

Browse files
committed
Fix contributing footer text
1 parent 98b8c22 commit fec2b2b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const Footer = () => {
224224
},
225225
{
226226
to: "/en/contributing/",
227-
text: "Contributing",
227+
text: "contributing",
228228
shouldDisplay: contentVersion > 1.1,
229229
},
230230
{

src/data/contributors.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,13 @@
13541354
"avatar_url": "https://avatars1.githubusercontent.com/u/659390?v=4",
13551355
"profile": "https://soliditydeveloper.com/",
13561356
"contributions": ["content"]
1357+
},
1358+
{
1359+
"login": "KiChjang",
1360+
"name": "Keith Yeung",
1361+
"avatar_url": "https://avatars0.githubusercontent.com/u/3248587?v=4",
1362+
"profile": "https://github.com/KiChjang",
1363+
"contributions": ["code"]
13571364
}
13581365
],
13591366
"contributorsPerLine": 7,

src/intl/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"site-description": "Ethereum is a global, decentralized platform for money and new kinds of applications. On Ethereum, you can write code that controls money, and build applications accessible anywhere in the world.",
44
"brand-assets": "Brand assets",
55
"contact": "Contact",
6+
"contributing": "Contributing",
67
"cookie-policy": "Cookie Policy",
78
"ethereum": "Ethereum",
89
"ethereum-brand-assets": "Ethereum Brand Assets",

0 commit comments

Comments
 (0)