Skip to content

Commit 98c5d4b

Browse files
Bigger text in heading descriptions
1 parent 1fd31b7 commit 98c5d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/heading-small.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default function HeadingSmall({ title, description }: { title: string; de
22
return (
33
<header>
44
<h3 className="mb-0.5 text-base font-medium">{title}</h3>
5-
{description && <p className="text-muted-foreground text-xs">{description}</p>}
5+
{description && <p className="text-muted-foreground text-sm">{description}</p>}
66
</header>
77
);
88
}

0 commit comments

Comments
 (0)