Skip to content

Commit e278f22

Browse files
committed
fix
1 parent bdb9a47 commit e278f22

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

web/components/navbar.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export default function Navbar() {
2323
title: "Research",
2424
href: "/papers",
2525
},
26-
{
27-
title: "About",
28-
href: "/about",
29-
},
3026
].map((item, index) => (
3127
<Link
3228
className={`group relative cursor-pointer font-medium font-sans text-sm transition-colors ${

0 commit comments

Comments
 (0)