Skip to content

Commit c263c06

Browse files
committed
Removed Projects navbar hyperlink.
1 parent 5f7c134 commit c263c06

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/components/ScrollNavbar.jsx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,7 @@ const ScrollNavbar = () => {
4646
OSS
4747
</span>
4848
</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>
49+
6450
</nav>
6551
</div>
6652
);

0 commit comments

Comments
 (0)