mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 19:55:26 -04:00
prepare for new next/link behavior
see new-next-link branch
This commit is contained in:
@@ -63,7 +63,7 @@ const CustomImage = ({
|
||||
return (
|
||||
<Wrapper className={className}>
|
||||
{href ? (
|
||||
<Link href={href} fancy={false}>
|
||||
<Link href={href} underline={false}>
|
||||
{img}
|
||||
</Link>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user