mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-16 10:29:46 +01:00
fix: Hyperlink to homepage not use React Link
This commit is contained in:
parent
203a634f7c
commit
09efe9904e
@ -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="/">Web Check</Link>
|
||||
<a href="/" target="_self">Web Check</a>
|
||||
</Heading>
|
||||
{props.children && props.children}
|
||||
</Header>
|
||||
|
Loading…
Reference in New Issue
Block a user