Skip to content

Commit 42a5225

Browse files
committed
chore: text style chnaged
1 parent 136e061 commit 42a5225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/ui/SectionHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SectionHeader = ({
1919
<span className="underline decoration-1 decoration-red-500">
2020
{subtitle}
2121
</span>
22-
<h2 className="font-display tracking-wide text-4xl font-bold text-gray-50">
22+
<h2 className="font-display tracking-wide text-4xl font-medium text-gray-50">
2323
{title}
2424
</h2>
2525
<p className="text-gray-500">{description}</p>

0 commit comments

Comments
 (0)