Skip to content

Commit 0edb60f

Browse files
authored
more logic text in button of newsletter sub (#173)
1 parent 87cfe09 commit 0edb60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Newsletter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { intro, href } = Astro.props;
1818
</div>
1919
{intro && <p class="text-3xl text-inter !text-saccent">{intro}</p>}
2020
<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>
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 ">Get the newsletter</a>
2222
</div>
2323
<div>
2424
<slot />

0 commit comments

Comments
 (0)