Removes bold from footer store name (#1111)

Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
This commit is contained in:
Michael Novotny 2023-07-25 12:42:48 -05:00 committed by GitHub
parent 69a68dd408
commit 6342808f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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