From 7e1a8a6e2365040eb413e88c964aac21440334a1 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 8 Oct 2023 17:36:06 -0600 Subject: [PATCH] Adding portfolio to header navigation --- src/components/common/Navigation.tsx | 14 ++++++++++++++ src/pages/portfolio/index.tsx | 2 -- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/common/Navigation.tsx b/src/components/common/Navigation.tsx index 9907590..272e822 100644 --- a/src/components/common/Navigation.tsx +++ b/src/components/common/Navigation.tsx @@ -130,6 +130,12 @@ const Navigation = (props: any): JSX.Element => { {page.title.rendered} ))} + + Portfolio + { ))} + + +