Skip to content

Commit a998310

Browse files
committed
Refactor font weight in PageLayout component for improved readability
1 parent f874293 commit a998310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/page-layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function PageLayout({
1818
{(title || description) && (
1919
<div className="flex flex-col gap-2">
2020
{title && (
21-
<h1 className="text-6xl font-extrabold text-primary first-letter:font-medium break-all tracking-tighter">
21+
<h1 className="text-6xl font-extrabold text-primary break-all tracking-tighter">
2222
{title.toUpperCase()}
2323
</h1>
2424
)}

0 commit comments

Comments
 (0)