aria fixes

This commit is contained in:
Sol Irvine 2023-11-13 20:47:07 +09:00
parent c102cc9d3f
commit 1573cc97b4
2 changed files with 10 additions and 2 deletions

View File

@ -36,7 +36,11 @@ export default async function Footer({
<div className="flex flex-col space-y-24">
<NewsletterFooter />
<div className="hidden flex-row items-end space-x-12 pt-24 md:flex">
<Link href="/" className="transition-opacity duration-150 hover:opacity-90">
<Link
href="/"
className="transition-opacity duration-150 hover:opacity-90"
aria-label="Go to homepage"
>
<KanjiLogo className="h-64" />
</Link>
<div className="flex flex-row items-end space-x-6">

View File

@ -82,7 +82,11 @@ export default function Navbar({
className={clsx('mx-auto flex max-w-screen-xl flex-row items-start justify-between px-6')}
>
<div>
<Link href="/" className="transition-opacity duration-150 hover:opacity-90">
<Link
href="/"
className="transition-opacity duration-150 hover:opacity-90"
aria-label="Go to homepage"
>
<LogoNamemark
className={clsx(
inView && !compact ? 'min-w-[180px] md:w-[600px]' : 'min-w-[180px] md:w-[260px]',