mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
footer amends
This commit is contained in:
parent
61decb1a05
commit
13a1c26fcf
@ -20,12 +20,12 @@ export default async function Footer() {
|
|||||||
<div>
|
<div>
|
||||||
<Link className="flex items-center gap-2 text-black dark:text-white" href="/">
|
<Link className="flex items-center gap-2 text-black dark:text-white" href="/">
|
||||||
<LogoSquare size="sm" />
|
<LogoSquare size="sm" />
|
||||||
<span className="uppercase">{SITE_NAME}</span>
|
{/* <span className="uppercase">{SITE_NAME}</span> */}
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<Suspense
|
<Suspense
|
||||||
fallback={
|
fallback={
|
||||||
<div className="flex h-[188px] w-[200px] flex-col gap-2">
|
<div className="flex h-[188px] w-[100px] flex-col gap-2 ">
|
||||||
<div className={skeleton} />
|
<div className={skeleton} />
|
||||||
<div className={skeleton} />
|
<div className={skeleton} />
|
||||||
<div className={skeleton} />
|
<div className={skeleton} />
|
||||||
@ -56,12 +56,12 @@ export default async function Footer() {
|
|||||||
</p>
|
</p>
|
||||||
{/* <hr className="mx-4 hidden h-4 w-[1px] border-l border-neutral-400 md:inline-block" /> */}
|
{/* <hr className="mx-4 hidden h-4 w-[1px] border-l border-neutral-400 md:inline-block" /> */}
|
||||||
{/* <p>Designed in England</p> */}
|
{/* <p>Designed in England</p> */}
|
||||||
<p className="md:ml-auto">
|
{/* <p className="md:ml-auto">
|
||||||
Crafted by{' '}
|
Crafted by{' '}
|
||||||
<Link href="https://www.instagram.com/sammiisparkle" className="text-black dark:text-white pr-2" target="_blank">
|
<Link href="https://www.instagram.com/sammiisparkle" className="text-black dark:text-white pr-2" target="_blank">
|
||||||
Sammii Sparkle
|
Sammii Sparkle
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user