Skip to content

Commit 03ac2b7

Browse files
committed
Update font size in OpenGraph image component for improved visibility of article title.
1 parent e5c8afd commit 03ac2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[username]/[articleHandle]/opengraph-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default async function Image(options: ArticlePageProps) {
6969
>
7070
<h2
7171
style={{
72-
fontSize: 40,
72+
fontSize: 45,
7373
padding: 30,
7474
color: "white",
7575
}}

0 commit comments

Comments
 (0)