feat: improved err messaging for netlify

This commit is contained in:
Alicia Sykes
2024-06-16 21:04:36 +01:00
parent 316e0d97fd
commit 7d4eab28b4
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ const Nav = (props: { children?: ReactNode}) => {
<Header as="header">
<Heading color={colors.primary} size="large">
<img width="64" src="/web-check.png" alt="Web Check Icon" />
<Link to="/check">Web Check</Link>
<Link to="/">Web Check</Link>
</Heading>
{props.children && props.children}
</Header>