fix(landing): Unsquashed newsletter checkmark button

This commit is contained in:
2026-01-14 19:30:33 +01:00
parent 7a5b666032
commit 93a85866a5

View File

@@ -112,7 +112,7 @@
class="mt-6 p-4 rounded-xl bg-success-100 dark:bg-success-900/30 border border-success-200 dark:border-success-800" class="mt-6 p-4 rounded-xl bg-success-100 dark:bg-success-900/30 border border-success-200 dark:border-success-800"
> >
<div class="flex items-center justify-center gap-3 text-success-700 dark:text-success-300"> <div class="flex items-center justify-center gap-3 text-success-700 dark:text-success-300">
<div class="w-8 h-8 rounded-full bg-success-500 flex items-center justify-center"> <div class="w-8 h-8 shrink-0 rounded-full bg-success-500 flex items-center justify-center">
<UIcon name="i-lucide-check" class="w-5 h-5 text-white" /> <UIcon name="i-lucide-check" class="w-5 h-5 text-white" />
</div> </div>
<span class="font-medium">{{ $t('newsletter.success') }}</span> <span class="font-medium">{{ $t('newsletter.success') }}</span>