generated from nhcarrigan/template
feat: add link to sitemap #4
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -6,7 +6,7 @@
|
||||
"typescript"
|
||||
],
|
||||
"sonarlint.connectedMode.project": {
|
||||
"connectionId": "nhcarrigan",
|
||||
"projectKey": "nhcarrigan_portfolio"
|
||||
"connectionId": "Naomi",
|
||||
"projectKey": "portfolio"
|
||||
}
|
||||
}
|
||||
|
@ -47,6 +47,14 @@ const Naomi = (): JSX.Element => {
|
||||
);
|
||||
})}
|
||||
</ul>
|
||||
<p>
|
||||
{`Can't find what you are looking for? `}
|
||||
<a
|
||||
className="underline"
|
||||
href="https://sitemap.nhcarrigan.com"
|
||||
>{`Check out our sitemap`}</a>
|
||||
{`.`}
|
||||
</p>
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
@ -26,7 +26,8 @@ const Home = (): JSX.Element => {
|
||||
<p className="mb-4">
|
||||
{`Welcome to the landing page for our organisation! Use the links below to navigate.
|
||||
If you are looking for information about Naomi `}
|
||||
<a className="underline" href="/naomi">{`see her landing page`}</a>{`.`}
|
||||
<a className="underline" href="/naomi">{`see her landing page`}</a>
|
||||
{`.`}
|
||||
</p>
|
||||
<ul>
|
||||
{NavItems.map((item, index) => {
|
||||
@ -49,6 +50,14 @@ const Home = (): JSX.Element => {
|
||||
);
|
||||
})}
|
||||
</ul>
|
||||
<p>
|
||||
{`Can't find what you are looking for? `}
|
||||
<a
|
||||
className="underline"
|
||||
href="https://sitemap.nhcarrigan.com"
|
||||
>{`Check out our sitemap`}</a>
|
||||
{`.`}
|
||||
</p>
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user