Skip to content

Commit c46531b

Browse files
CopilotkingRayhan
andauthored
Fix TechDiary brand name capitalization in profile OG image
Agent-Logs-Url: https://github.com/techdiary-dev/techdiary.dev/sessions/cdc0e779-fb92-4eda-9b72-735d6256f052 Co-authored-by: kingRayhan <7611746+kingRayhan@users.noreply.github.com>
1 parent 527ca33 commit c46531b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/[username]/(profile-page)/opengraph-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default async function Image(options: ProfilePageProps) {
153153
src={(await getFileLocation("logo-lg.png")) as any}
154154
alt="logo"
155155
/>
156-
<p style={{ fontSize: 28 }}>Techdiary</p>
156+
<p style={{ fontSize: 28 }}>TechDiary</p>
157157
</div>
158158
</div>
159159
</div>

0 commit comments

Comments
 (0)