mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Use <Link> for header flag (#291)
This commit is contained in:
parent
5d45e3d53b
commit
c2b136ed64
1 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,9 @@ const Base = styled('a')`
|
||||||
`
|
`
|
||||||
|
|
||||||
const Flag = props => (
|
const Flag = props => (
|
||||||
// <Link href="/" passHref>
|
<Link href="/" passHref>
|
||||||
<Base href="https://hackclub.com/" title="Homepage" {...props} />
|
<Base href="https://hackclub.com/" title="Homepage" {...props} />
|
||||||
// </Link>
|
</Link>
|
||||||
)
|
)
|
||||||
|
|
||||||
export default Flag
|
export default Flag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue