Skip to content

Commit

Permalink
correct link please
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer committed Nov 1, 2024
1 parent 4af8eed commit 6383828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Newsletter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { intro, href } = Astro.props;
</div>
{intro && <p class="text-3xl text-inter !text-saccent">{intro}</p>}
<div class="flex flex-wrap gap-4">
<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> <a href={href} class="text-accent cursor-pointer 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 ">Join our community</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> <a href="/linktree" class="text-accent cursor-pointer 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 ">Join our community</a>
</div>
<div>
<slot />
Expand Down

0 comments on commit 6383828

Please sign in to comment.