Skip to content

Commit

Permalink
add button to socials (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer authored Nov 1, 2024
1 parent b471060 commit 4af8eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Newsletter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const { intro, href } = Astro.props;
class="transition duration-500 ease-in-out transform shadow-2xl border-4 border-baccent hover:border-accent hover:shadow-none hover:bg-white hover:bg-opacity-50 rounded-[40px] p-7 space-y-4"
>
<div class="text-4xl md:text-5xl lg:text-6xl text-saccent">
<p><strong>Newsletter</strong></p>
<p><strong>Planet Dyne</strong></p>
</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-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>
</div>
<div>
<slot />
Expand Down

0 comments on commit 4af8eed

Please sign in to comment.