diff options
Diffstat (limited to 'components/topnav.tsx')
-rw-r--r-- | components/topnav.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/topnav.tsx b/components/topnav.tsx index 8213b71..3e729ba 100644 --- a/components/topnav.tsx +++ b/components/topnav.tsx @@ -31,7 +31,6 @@ function MobileNav() { Action </MenuButton> <MenuList> - <MenuItem>Publications</MenuItem> <MenuItem icon={<DiGithubBadge/>}>View source</MenuItem> </MenuList> </Menu> @@ -40,7 +39,6 @@ function MobileNav() { function DesktopNav() { return <HStack> <Box> - <Link>Publications</Link> </Box> <Box> <Link href="https://github.com/michalsapka/michal-sapka-pl">Source code</Link> |