summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-09-04 21:54:01 +0200
committerMichal Sapka <michal@sapka.me>2022-09-04 21:54:01 +0200
commit7ebb5a4823731429e1fbb6677bc5c9253d033fd8 (patch)
treee6df70914b06559eaae054b3c5ea3f5d659a0d8d /components
parent5935048466e015eeecbaa8c24173605496494253 (diff)
feat: add pulications to homepage
Diffstat (limited to 'components')
-rw-r--r--components/topnav.tsx2
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>