summaryrefslogtreecommitdiffstats
path: root/src/components/MainNav/MainNav.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MainNav/MainNav.tsx')
-rw-r--r--src/components/MainNav/MainNav.tsx3
1 files changed, 3 insertions, 0 deletions
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 <ContactIcon />;
case 'cv':
return <CVIcon />;
+ case 'projects':
+ return <ProjectsIcon />;
default:
break;
}