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

Commit de67af1

Browse files
committed
added pixel avatars to project list
1 parent 0f1a8a5 commit de67af1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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)