From 90348ae253a605f80a742808dc0e9b607fe67a1d Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 10 Oct 2023 21:20:23 -0600 Subject: [PATCH] Adding about links, and removing pages map from navigation as pages like Privacy Policy don't belong there --- src/components/common/Navigation.tsx | 35 +++++++++++----------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/src/components/common/Navigation.tsx b/src/components/common/Navigation.tsx index 272e822..7fb4819 100644 --- a/src/components/common/Navigation.tsx +++ b/src/components/common/Navigation.tsx @@ -121,15 +121,12 @@ const Navigation = (props: any): JSX.Element => { > Home - {pages?.map((page: any) => ( - - {page.title.rendered} - - ))} + + About + { Home - {pages?.map((page: any) => ( - + - - ))} + About + +