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 87cfe09 commit 0edb60fCopy full SHA for 0edb60f
src/components/Newsletter.astro
@@ -18,7 +18,7 @@ const { intro, href } = Astro.props;
18
</div>
19
{intro && <p class="text-3xl text-inter !text-saccent">{intro}</p>}
20
<div class="flex flex-wrap gap-4">
21
- <a href={href} class="text-white cursor-pointer bg-accent border-2 border-accent hover:bg-saccent hover:text-white hover:border-saccent py-2 px-4 rounded-full w-fit text-2xl whitespace-nowrap ">Sign up</a>
+ <a href={href} class="text-white cursor-pointer bg-accent border-2 border-accent hover:bg-saccent hover:text-white hover:border-saccent py-2 px-4 rounded-full w-fit text-2xl whitespace-nowrap ">Get the newsletter</a>
22
23
<div>
24
<slot />
0 commit comments