Skip to content

Commit

Permalink
Hide navbar buttons related to drops
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailToyran committed Oct 2, 2023
1 parent 4207a36 commit 54426c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ const DrawerMenu: FC<{
<Link href="/explore">
<NavItemMobile>{t('navbar.explore')}</NavItemMobile>
</Link>
<Link href="/drops">
{/* <Link href="/drops">
<NavItemMobile>{t('navbar.drops')}</NavItemMobile>
</Link>
</Link> */}
<Link href="/create">
<NavItemMobile>{t('navbar.create')}</NavItemMobile>
</Link>
Expand Down Expand Up @@ -411,7 +411,7 @@ const Navbar: FC<{
{t('navbar.explore')}
</Text>
</Flex>
<Flex
{/* <Flex
as={Link}
href="/drops"
color="brand.black"
Expand All @@ -421,7 +421,7 @@ const Navbar: FC<{
<Text as="span" variant="button2">
{t('navbar.drops')}
</Text>
</Flex>
</Flex> */}
<Flex
as={Link}
href="/create"
Expand Down

0 comments on commit 54426c7

Please sign in to comment.