Skip to content

Commit 8e0d98e

Browse files
Adebesin-Cellclaude
andcommitted
fix: use RTL-safe inset-ie-20 instead of right-20 in OG image
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 29b0833 commit 8e0d98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/OgImage/Compare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const summaryRemainder = computed(() =>
334334

335335
<!-- Branding -->
336336
<div
337-
class="absolute bottom-6 right-20 text-lg font-semibold tracking-tight text-[#525252]"
337+
class="absolute bottom-6 inset-ie-20 text-lg font-semibold tracking-tight text-[#525252]"
338338
style="font-family: 'Geist Mono', sans-serif"
339339
>
340340
<span :style="{ color: primaryColor }" class="opacity-80 tracking-[-0.1em]">./</span>npmx

0 commit comments

Comments
 (0)