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 5f7c134 commit c263c06Copy full SHA for c263c06
src/components/ScrollNavbar.jsx
@@ -46,21 +46,7 @@ const ScrollNavbar = () => {
46
OSS
47
</span>
48
</div>
49
-
50
- <ul className="flex items-center space-x-4 font-semibold text-lg">
51
- <li>
52
- <button
53
- onClick={() => handleLinkClick('/projects')}
54
- className="pb-2"
55
- style={{
56
- color: text,
57
- borderBottom: location.pathname === '/projects' ? `2px solid ${secondary}` : 'none'
58
- }}
59
- >
60
- Projects
61
- </button>
62
- </li>
63
- </ul>
+
64
</nav>
65
66
);
0 commit comments