Skip to content

Commit 4e18cb6

Browse files
Adebesin-Cellclaude
andcommitted
fix: remove unused CONTENT_WIDTH and OG_PADDING_X constants
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6d5da40 commit 4e18cb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/components/OgImage/Compare.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const props = withDefaults(
1515
},
1616
)
1717
18-
// OG image is 1200×600. With 80px horizontal padding, content width is 1040px.
19-
const OG_PADDING_X = 80
20-
const CONTENT_WIDTH = 1200 - OG_PADDING_X * 2
2118
2219
const ACCENT_COLORS = [
2320
'#60a5fa',

0 commit comments

Comments
 (0)