mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
More A11y work
This commit is contained in:
@@ -84,7 +84,11 @@ const Footer: FC<Props> = ({ className, pages }) => {
|
||||
</div>
|
||||
<div className="col-span-1 lg:col-span-6 flex items-start lg:justify-end text-primary">
|
||||
<div className="flex space-x-6 items-center h-10">
|
||||
<a href="https://github.com/vercel/commerce" className={s.link}>
|
||||
<a
|
||||
aria-label="Github Repository"
|
||||
href="https://github.com/vercel/commerce"
|
||||
className={s.link}
|
||||
>
|
||||
<Github />
|
||||
</a>
|
||||
<I18nWidget />
|
||||
|
Reference in New Issue
Block a user