Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 2af7f6b

Browse files
author
Narb
authored
Merge pull request #191 from mbuxmann/add-pixel-avatars-project
Add pixel avatars project
2 parents 0f1a8a5 + 5129c88 commit 2af7f6b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

frontend/public/locales/en/common.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"NFTMintSuccess": "Your NFT should now be in your wallet!",
2727
"TokenMintMessage": "Token Minted",
2828
"tokenIDPlaceholder": "Enter Token ID",
29-
"mintTokenText" : "Mint your Token",
29+
"mintTokenText": "Mint your Token",
3030
"connectWalletText": "Connect Wallet",
3131
"ethereumDevNetworkPrompt": "Please Connect to the Ethereum Rinkeby Testnet",
3232
"ethereumNetworkPrompt": "Please Connect to the Ethereum Mainnet",
@@ -37,9 +37,10 @@
3737
"ddaoTokenSearch": "DDAO Token Search",
3838
"ddaoUnofficalFrontend": "Developer DAO Unofficial Frontend",
3939
"ddaoTokenVisualizer": "Developer DAO Token Visualizer",
40+
"ddaoPixelAvatars": "Developer DAO Pixel Avatars",
4041
"by": "by",
41-
"otherTokensOwnedByThisAddress":"Other Tokens owned by this address",
42-
"noOtherTokens":"No other tokens owned by this address",
42+
"otherTokensOwnedByThisAddress": "Other Tokens owned by this address",
43+
"noOtherTokens": "No other tokens owned by this address",
4344
"userCancelTransaction": "Transaction Cancelled by User",
4445
"transactionSending": "Transaction Being Sent",
4546
"here": "here",
@@ -49,4 +50,4 @@
4950
"testnet": "Testnet",
5051
"glitterConfetti": "A man throwing glitter in a fabulous manner",
5152
"soldOut": "DEV Tokens are now sold out to our {{count}} community members"
52-
}
53+
}

frontend/src/pages/projects.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,25 @@ function Projects() {
8181
Raz
8282
</Link>
8383
</ListItem>
84+
<ListItem>
85+
<Link
86+
href="https://pixel-avatars.developerdao.com/"
87+
textDecoration="underline"
88+
isExternal
89+
mr={1}
90+
>
91+
{t('ddaoPixelAvatars')}
92+
</Link>
93+
- {t('by')}
94+
<Link
95+
href="https://github.com/Developer-DAO/"
96+
textDecoration="underline"
97+
isExternal
98+
ml={1}
99+
>
100+
Developer DAO
101+
</Link>
102+
</ListItem>
84103
</UnorderedList>
85104
</Box>
86105
</chakra.main>

0 commit comments

Comments
 (0)