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

Commit e5ff1c0

Browse files
with-heartOrlundoHubbardjcstein
committed
style: restore desktop navbar link spacing
Co-authored-by: Orlundo Hubbard <[email protected]> Co-authored-by: Josh Stein <[email protected]>
1 parent 5d3f1f2 commit e5ff1c0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/src/components/Nav/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ export default function Gslr() {
4040
</HStack>
4141
</Link>
4242
<HStack display="flex" alignItems="center" spacing={1}>
43-
<HStack
44-
spacing={5}
45-
mr={1}
46-
color="brand.500"
47-
display={{ base: 'none', md: 'inline-flex' }}
48-
>
43+
<HStack spacing={{ base: 3, md: 10 }}>
4944
<Link href="/" passHref>
5045
<a>{t('home')}</a>
5146
</Link>

0 commit comments

Comments
 (0)