aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/imageCard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/ui/imageCard.tsx')
-rw-r--r--apps/web/components/ui/imageCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/ui/imageCard.tsx b/apps/web/components/ui/imageCard.tsx
index e4941733..de059b83 100644
--- a/apps/web/components/ui/imageCard.tsx
+++ b/apps/web/components/ui/imageCard.tsx
@@ -48,7 +48,7 @@ export function ImageCardTitle({
}: React.HTMLAttributes<HTMLDivElement>) {
return (
<div
- className={cn("order-first flex-none text-lg font-bold", className)}
+ className={cn("order-first flex-none text-lg", className)}
{...props}
/>
);