We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa5205 commit 002f784Copy full SHA for 002f784
site/src/components/Navbar.tsx
@@ -10,7 +10,7 @@ const Navbar = () => {
10
<ul className="flex gap-4 sm:gap-8">
11
<li><a href="/" className="hover:underline hover:underline-offset-4">home</a></li>
12
<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>
+ {/* <li><a href="#education" className="hover:underline hover:underline-offset-4">education</a></li> *\}
14
<li><a href="#projects" className="hover:underline hover:underline-offset-4">projects</a></li>
15
</ul>
16
<div className="flex gap-0 sm:gap-4">
0 commit comments