We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b1e54 commit e5d8a21Copy full SHA for e5d8a21
src/lib/components/document/promo-card.svelte
@@ -6,15 +6,15 @@
6
7
<div>
8
<div class="mt-4">
9
- <h3 class="font-semibold text-gray-800 dark:text-white">
+ <h3 class=" font-semibold">
10
{promoConfig.title}
11
</h3>
12
- <p class="mt-2 text-sm text-gray-600 dark:text-neutral-300">
+ <p class="mt-2 text-sm">
13
{promoConfig.description}
14
</p>
15
<Button variant="link" href={promoConfig.ctaLink} class="p-0">
16
{promoConfig.ctaText}
17
- <ArrowRight class="size-4 transition-transform group-hover:translate-x-1" />
+ <ArrowRight />
18
</Button>
19
</div>
20
wrangler.toml
@@ -0,0 +1,2 @@
1
+compatibility_flags = [ "nodejs_compat" ]
2
+compatibility_date = "2024-09-23"
0 commit comments