mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +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 => (
|
||||
// <Link href="/" passHref>
|
||||
<Base href="https://hackclub.com/" title="Homepage" {...props} />
|
||||
// </Link>
|
||||
<Link href="/" passHref>
|
||||
<Base href="https://hackclub.com/" title="Homepage" {...props} />
|
||||
</Link>
|
||||
)
|
||||
|
||||
export default Flag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue