mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:15:31 -04:00
chore: Next.js 15 → 16 (#2503)
This commit is contained in:
@@ -20,7 +20,7 @@ const Footer = ({ className, ...rest }: React.ComponentProps<"footer">) => {
|
||||
<Link href="/previously" title="Previously on..." className="text-foreground/85 hover:no-underline">
|
||||
{siteConfig.copyrightYearStart}
|
||||
</Link>{" "}
|
||||
– {new Date().getUTCFullYear()}.
|
||||
– 2025.
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -10,7 +10,6 @@ const Header = ({ className, ...rest }: React.ComponentProps<"header">) => {
|
||||
return (
|
||||
<header className={cn("flex items-center justify-between", className)} {...rest}>
|
||||
<Link
|
||||
dynamicOnHover
|
||||
href="/"
|
||||
rel="author"
|
||||
aria-label={siteConfig.name}
|
||||
|
||||
@@ -31,7 +31,6 @@ const MenuItem = ({
|
||||
if (href) {
|
||||
return (
|
||||
<Link
|
||||
dynamicOnHover
|
||||
href={href}
|
||||
aria-label={text}
|
||||
data-current={current || undefined}
|
||||
|
||||
Reference in New Issue
Block a user