We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f874293 commit a998310Copy full SHA for a998310
components/page-layout.tsx
@@ -18,7 +18,7 @@ export default function PageLayout({
18
{(title || description) && (
19
<div className="flex flex-col gap-2">
20
{title && (
21
- <h1 className="text-6xl font-extrabold text-primary first-letter:font-medium break-all tracking-tighter">
+ <h1 className="text-6xl font-extrabold text-primary break-all tracking-tighter">
22
{title.toUpperCase()}
23
</h1>
24
)}
0 commit comments