From df9e8b1985a0f1c71c0657e72fad008bf437faba Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 20 Jan 2022 17:13:15 +0100 Subject: chore: add projects to main nav I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px. --- src/components/MainNav/MainNav.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/MainNav/MainNav.tsx') diff --git a/src/components/MainNav/MainNav.tsx b/src/components/MainNav/MainNav.tsx index 0339a35..afc4193 100644 --- a/src/components/MainNav/MainNav.tsx +++ b/src/components/MainNav/MainNav.tsx @@ -7,6 +7,7 @@ import { CVIcon, HamburgerIcon, HomeIcon, + ProjectsIcon, } from '@components/Icons'; import { mainNav } from '@config/nav'; import styles from './MainNav.module.scss'; @@ -31,6 +32,8 @@ const MainNav = ({ return ; case 'cv': return ; + case 'projects': + return ; default: break; } -- cgit v1.2.3