Code cleanup

This commit is contained in:
adilallo
2025-08-03 16:44:34 -06:00
parent 4a1aa02a28
commit 8d50130718
7 changed files with 121 additions and 146 deletions
+3 -1
View File
@@ -10,7 +10,7 @@ export default function Logo({ size = "default", showText = true }) {
},
header: {
containerHeight: "h-[20.85px]",
gap: "gap-[2.11px]",
gap: "gap-[4.21px]",
textSize: "text-[11.57px]",
lineHeight: "leading-[14.24px]",
iconSize: "w-[14.24px] h-[14.24px]",
@@ -48,6 +48,8 @@ export default function Logo({ size = "default", showText = true }) {
const config =
size === "header"
? sizes.header
: size === "headerMd"
? sizes.headerMd
: size === "headerLg"
? sizes.headerLg
: size === "footer"