Skip to content

Commit 357ee15

Browse files
committed
Commented blog out in header
1 parent b436961 commit 357ee15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NavBar/NavbarDesktop.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ const NavBar: React.FC = () => (
6767
<Sponsors />
6868
</Link>
6969
<Link to="/recruitment" title="Join Us" text="Join Us" />
70-
<Link to="/blog" title="Blog" text="Blog">
70+
{/* <Link to="/blog" title="Blog" text="Blog">
7171
<Blog />
72-
</Link>
72+
</Link> */}
7373
<Link to="/contact" title="Contact" text="Contact">
7474
<Contact />
7575
</Link>

0 commit comments

Comments
 (0)