fix(landing): Unsquashed newsletter checkmark button
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<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" />
|
||||
</div>
|
||||
<span class="font-medium">{{ $t('newsletter.success') }}</span>
|
||||
|
||||
Reference in New Issue
Block a user