mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Removes bold from footer store name (#1111)
Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
This commit is contained in:
parent
69a68dd408
commit
6342808f94
@ -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