diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-04 21:54:01 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-04 21:54:01 +0200 |
commit | 7ebb5a4823731429e1fbb6677bc5c9253d033fd8 (patch) | |
tree | e6df70914b06559eaae054b3c5ea3f5d659a0d8d /components/topnav.tsx | |
parent | 5935048466e015eeecbaa8c24173605496494253 (diff) |
feat: add pulications to homepage
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> |