From b297c53a9347cb95930006c7d649d6c713f4b08e Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 26 Feb 2025 16:31:09 -0800 Subject: [PATCH] feat: add link to sitemap --- .vscode/settings.json | 4 ++-- src/app/naomi/page.tsx | 8 ++++++++ src/app/page.tsx | 11 ++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e42a51..bb97e57 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "typescript" ], "sonarlint.connectedMode.project": { - "connectionId": "nhcarrigan", - "projectKey": "nhcarrigan_portfolio" + "connectionId": "Naomi", + "projectKey": "portfolio" } } diff --git a/src/app/naomi/page.tsx b/src/app/naomi/page.tsx index 82c5a77..7b8a531 100644 --- a/src/app/naomi/page.tsx +++ b/src/app/naomi/page.tsx @@ -47,6 +47,14 @@ const Naomi = (): JSX.Element => { ); })} +

+ {`Can't find what you are looking for? `} + {`Check out our sitemap`} + {`.`} +

); }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fe5c4e..531870f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,8 @@ const Home = (): JSX.Element => {

{`Welcome to the landing page for our organisation! Use the links below to navigate. If you are looking for information about Naomi `} - {`see her landing page`}{`.`} + {`see her landing page`} + {`.`}

+

+ {`Can't find what you are looking for? `} + {`Check out our sitemap`} + {`.`} +

); };