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 b436961 commit 357ee15Copy full SHA for 357ee15
src/components/NavBar/NavbarDesktop.tsx
@@ -67,9 +67,9 @@ const NavBar: React.FC = () => (
67
<Sponsors />
68
</Link>
69
<Link to="/recruitment" title="Join Us" text="Join Us" />
70
- <Link to="/blog" title="Blog" text="Blog">
+ {/* <Link to="/blog" title="Blog" text="Blog">
71
<Blog />
72
- </Link>
+ </Link> */}
73
<Link to="/contact" title="Contact" text="Contact">
74
<Contact />
75
0 commit comments