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

Commit de8e1c4

Browse files
with-heartOrlundoHubbardjcstein
committed
fix: fix desktop github icon link
Co-authored-by: Orlundo Hubbard <[email protected]> Co-authored-by: Josh Stein <[email protected]>
1 parent 36a1376 commit de8e1c4

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

frontend/src/components/Nav/index.tsx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,20 @@ export default function Gslr() {
5555
<Link href="/projects" passHref>
5656
{t('projects')}
5757
</Link>
58-
<IconGitHub
59-
h={7}
60-
w={7}
61-
opacity={0.6}
62-
transition="opacity 300ms ease-in-out"
63-
_hover={{ opacity: 1 }}
64-
/>
58+
<chakra.a
59+
href="https://github.com/Developer-DAO/developer-dao"
60+
target="_blank"
61+
rel="noreferrer"
62+
title={t('daoGithubRepo')}
63+
>
64+
<IconGitHub
65+
h={7}
66+
w={7}
67+
opacity={0.6}
68+
transition="opacity 300ms ease-in-out"
69+
_hover={{ opacity: 1 }}
70+
/>
71+
</chakra.a>
6572
</HStack>
6673

6774
<Box display={{ base: 'inline-flex', md: 'none' }}>

0 commit comments

Comments
 (0)