mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
aria fixes
This commit is contained in:
parent
c102cc9d3f
commit
1573cc97b4
@ -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">
|
||||
|
@ -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]',
|
||||
|
Loading…
x
Reference in New Issue
Block a user