Skip to content

Commit 5424b7c

Browse files
committed
Disabled Sponsor Menu
1 parent 99fd25c commit 5424b7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Navbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const Navbar = () => {
5252
<a onClick={() => scrollToSection('features')} className="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium cursor-pointer transition-colors">Features</a>
5353
<Link to="/our-story" className="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium transition-colors">Our Story</Link>
5454
<Link to="/blog" className="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium transition-colors">Blog</Link>
55-
<Link to="/sponsor" className="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium transition-colors">Sponsor</Link>
5655
<a href="https://docs.checkcle.io" className="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium cursor-pointer transition-colors">Docs</a>
5756
<StarOnGithub />
5857
</div>

0 commit comments

Comments
 (0)