mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-14 23:02:35 +02:00
fix: Hyperlink to homepage not use React Link
This commit is contained in:
@ -22,7 +22,7 @@ const Nav = (props: { children?: ReactNode}) => {
|
|||||||
<Header as="header">
|
<Header as="header">
|
||||||
<Heading color={colors.primary} size="large">
|
<Heading color={colors.primary} size="large">
|
||||||
<img width="64" src="/web-check.png" alt="Web Check Icon" />
|
<img width="64" src="/web-check.png" alt="Web Check Icon" />
|
||||||
<Link to="/">Web Check</Link>
|
<a href="/" target="_self">Web Check</a>
|
||||||
</Heading>
|
</Heading>
|
||||||
{props.children && props.children}
|
{props.children && props.children}
|
||||||
</Header>
|
</Header>
|
||||||
|
Reference in New Issue
Block a user