mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
Fixes footer deploy button on mobile
This commit is contained in:
parent
857a1df0f6
commit
b3115c8d16
@ -39,7 +39,7 @@ export default async function Footer() {
|
|||||||
</Suspense>
|
</Suspense>
|
||||||
<div className="md:ml-auto">
|
<div className="md:ml-auto">
|
||||||
<a
|
<a
|
||||||
className="flex h-8 flex-none items-center justify-center rounded-md border border-neutral-200 bg-white text-xs text-black dark:border-neutral-700 dark:bg-black dark:text-white"
|
className="flex h-8 w-max flex-none items-center justify-center rounded-md border border-neutral-200 bg-white text-xs text-black dark:border-neutral-700 dark:bg-black dark:text-white"
|
||||||
aria-label="Deploy on Vercel"
|
aria-label="Deploy on Vercel"
|
||||||
href="https://vercel.com/templates/next.js/nextjs-commerce"
|
href="https://vercel.com/templates/next.js/nextjs-commerce"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user