generated from nhcarrigan/template
feat: add link to sitemap
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m11s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m11s
This commit is contained in:
parent
839450d2a8
commit
b297c53a93
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -6,7 +6,7 @@
|
|||||||
"typescript"
|
"typescript"
|
||||||
],
|
],
|
||||||
"sonarlint.connectedMode.project": {
|
"sonarlint.connectedMode.project": {
|
||||||
"connectionId": "nhcarrigan",
|
"connectionId": "Naomi",
|
||||||
"projectKey": "nhcarrigan_portfolio"
|
"projectKey": "portfolio"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,6 +47,14 @@ const Naomi = (): JSX.Element => {
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</ul>
|
</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>
|
</main>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -26,7 +26,8 @@ const Home = (): JSX.Element => {
|
|||||||
<p className="mb-4">
|
<p className="mb-4">
|
||||||
{`Welcome to the landing page for our organisation! Use the links below to navigate.
|
{`Welcome to the landing page for our organisation! Use the links below to navigate.
|
||||||
If you are looking for information about Naomi `}
|
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>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
{NavItems.map((item, index) => {
|
{NavItems.map((item, index) => {
|
||||||
@ -49,6 +50,14 @@ const Home = (): JSX.Element => {
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</ul>
|
</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>
|
</main>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user