Created 404 page
This commit is contained in:
parent
3d2c104578
commit
884b12679b
@ -1,9 +1,11 @@
|
|||||||
|
import Link from 'next/link'
|
||||||
|
|
||||||
export default function NavButton(props: { text: string, colors: string, link: string }) {
|
export default function NavButton(props: { text: string, colors: string, link: string }) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
return (
|
return (
|
||||||
|
|
||||||
<a href={props.link}
|
// <a href={props.link}
|
||||||
|
<Link href={props.link}
|
||||||
className="filter drop-shadow-pixel-sm hover:drop-shadow-pixel-sm-hover shadow-zinc-950 no-underline" >
|
className="filter drop-shadow-pixel-sm hover:drop-shadow-pixel-sm-hover shadow-zinc-950 no-underline" >
|
||||||
<div className="py-1 px-3 bg-zinc-800 text-white hover:bg-zinc-700
|
<div className="py-1 px-3 bg-zinc-800 text-white hover:bg-zinc-700
|
||||||
group pixel-corner-sm active:bg-zinc-900">
|
group pixel-corner-sm active:bg-zinc-900">
|
||||||
@ -19,6 +21,7 @@ export default function NavButton(props: { text: string, colors: string, link: s
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
{/* </a>*/}
|
||||||
|
</Link>
|
||||||
)
|
)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user