Skip to content

Commit 9243757

Browse files
techgangbossclaude
andcommitted
style: larger logo (48px) and branding text (22px) for social visibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f185c05 commit 9243757

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/app/api/og/preconfirm/[time]/route.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,25 +193,25 @@ export async function GET(
193193
<div
194194
style={{
195195
position: "absolute",
196-
bottom: "32px",
196+
bottom: "34px",
197197
display: "flex",
198198
alignItems: "center",
199-
gap: "10px",
199+
gap: "14px",
200200
}}
201201
>
202202
<img
203203
src={ICON_DATA_URI}
204-
width={28}
205-
height={28}
206-
style={{ width: "28px", height: "28px" }}
204+
width={48}
205+
height={48}
206+
style={{ width: "48px", height: "48px" }}
207207
/>
208208
<div
209209
style={{
210210
fontFamily: "Sora",
211-
fontSize: "17px",
211+
fontSize: "22px",
212212
fontWeight: 600,
213-
color: "rgba(150, 200, 255, 0.35)",
214-
letterSpacing: "0.04em",
213+
color: "rgba(150, 200, 255, 0.4)",
214+
letterSpacing: "0.06em",
215215
}}
216216
>
217217
fastprotocol.io

0 commit comments

Comments
 (0)