mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Removes bold from footer store name
This commit is contained in:
parent
29aaa8cac6
commit
52f39dd9c8
@ -21,7 +21,7 @@ export default async function Footer() {
|
||||
<div>
|
||||
<Link className="flex items-center gap-2 text-black dark:text-white" href="/">
|
||||
<LogoSquare size="sm" />
|
||||
<span className="font-bold uppercase">{SITE_NAME}</span>
|
||||
<span className="uppercase">{SITE_NAME}</span>
|
||||
</Link>
|
||||
</div>
|
||||
<Suspense
|
||||
|
Loading…
x
Reference in New Issue
Block a user