Use <Link> for header flag (#291)

This commit is contained in:
Caleb Denio 2022-01-13 19:05:54 -05:00 committed by GitHub
parent 5d45e3d53b
commit c2b136ed64

View file

@ -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