From 7fe71043935574d07e92db0997ae3844cf5351db Mon Sep 17 00:00:00 2001 From: Jerome Hardaway Date: Fri, 10 May 2024 00:21:38 -0400 Subject: [PATCH 1/7] changed the document.tsx to add font awesome pro and changed wording for anniversary --- src/layouts/headers/header.tsx | 2 +- src/pages/_document.tsx | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/layouts/headers/header.tsx b/src/layouts/headers/header.tsx index dc965442f..c7cf3e244 100644 --- a/src/layouts/headers/header.tsx +++ b/src/layouts/headers/header.tsx @@ -35,7 +35,7 @@ const Header = ({ shadow, fluid }: TProps) => {

- Our 10th Birthday is in + Our 10th Anniversary is in

diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index dda41b3be..de13a5fd1 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -10,13 +10,18 @@ export default class MyDocument extends Document { return ( + {gaId && ( // Only include the script if the GA ID is present <>