Skip to content

Commit e5d8a21

Browse files
committed
added wrangler.toml
1 parent e7b1e54 commit e5d8a21

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/lib/components/document/promo-card.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<div>
88
<div class="mt-4">
9-
<h3 class="font-semibold text-gray-800 dark:text-white">
9+
<h3 class=" font-semibold">
1010
{promoConfig.title}
1111
</h3>
12-
<p class="mt-2 text-sm text-gray-600 dark:text-neutral-300">
12+
<p class="mt-2 text-sm">
1313
{promoConfig.description}
1414
</p>
1515
<Button variant="link" href={promoConfig.ctaLink} class="p-0">
1616
{promoConfig.ctaText}
17-
<ArrowRight class="size-4 transition-transform group-hover:translate-x-1" />
17+
<ArrowRight />
1818
</Button>
1919
</div>
2020
</div>

wrangler.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
compatibility_flags = [ "nodejs_compat" ]
2+
compatibility_date = "2024-09-23"

0 commit comments

Comments
 (0)