We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136e061 commit 42a5225Copy full SHA for 42a5225
src/app/components/ui/SectionHeader.tsx
@@ -19,7 +19,7 @@ const SectionHeader = ({
19
<span className="underline decoration-1 decoration-red-500">
20
{subtitle}
21
</span>
22
- <h2 className="font-display tracking-wide text-4xl font-bold text-gray-50">
+ <h2 className="font-display tracking-wide text-4xl font-medium text-gray-50">
23
{title}
24
</h2>
25
<p className="text-gray-500">{description}</p>
0 commit comments