Skip to content

Commit

Permalink
Removes bold from footer store name (vercel#1111)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Robinson <[email protected]>
  • Loading branch information
manovotny and leerob authored Jul 25, 2023
1 parent 69a68dd commit 6342808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6342808

Please sign in to comment.