Skip to content

Commit 002f784

Browse files
authored
fix: remove education from navbar
temporary
1 parent 5fa5205 commit 002f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Navbar = () => {
1010
<ul className="flex gap-4 sm:gap-8">
1111
<li><a href="/" className="hover:underline hover:underline-offset-4">home</a></li>
1212
<li><a href="#experience" className="hover:underline hover:underline-offset-4">experience</a></li>
13-
<li><a href="#education" className="hover:underline hover:underline-offset-4">education</a></li>
13+
{/* <li><a href="#education" className="hover:underline hover:underline-offset-4">education</a></li> *\}
1414
<li><a href="#projects" className="hover:underline hover:underline-offset-4">projects</a></li>
1515
</ul>
1616
<div className="flex gap-0 sm:gap-4">

0 commit comments

Comments
 (0)