Fix Hero Banner fonts
This commit is contained in:
@@ -123,7 +123,7 @@ export default function Logo({ size = "default", showText = true }) {
|
||||
{/* Logo Text - only show if showText is true */}
|
||||
{showText && (
|
||||
<div
|
||||
className={`font-['Bricolage_Grotesque'] ${
|
||||
className={`font-bricolage-grotesque ${
|
||||
size === "homeHeaderXsmall" ||
|
||||
size === "homeHeaderSm" ||
|
||||
size === "homeHeaderMd" ||
|
||||
|
||||
Reference in New Issue
Block a user