diff --git a/apps/web/src/modules/themes/components/theme-card.tsx b/apps/web/src/modules/themes/components/theme-card.tsx index 4815096..b726da2 100644 --- a/apps/web/src/modules/themes/components/theme-card.tsx +++ b/apps/web/src/modules/themes/components/theme-card.tsx @@ -98,74 +98,78 @@ export const ThemeCard = (props: ThemeCardProps) => { if (deleted) return null; return ( -
{item.label}
-{isHex ? item.value : "gradient"}
+{item.label}
+{isHex ? item.value : "gradient"}
+{name}
- {owner &&by {owner}
} + ); + })}{name}
+ {owner &&by {owner}
} +