Disabled Blog route for the time being.
This commit is contained in:
@ -66,7 +66,7 @@ const Navbar = props => {
|
||||
|
||||
{/* Desktop / Tablet Screen Links */}
|
||||
<NavbarLink to="/" title={lang.navbar.home} exact />
|
||||
<NavbarLink to="/blog" title={lang.navbar.blog} exact />
|
||||
{/*<NavbarLink to="/blog" title={lang.navbar.blog} exact />*/}
|
||||
<NavbarLink to="/contact" title={lang.navbar.contact} exact />
|
||||
|
||||
{/* Hamburger Menu for smaller screens */}
|
||||
|
Reference in New Issue
Block a user