Skip to content

Commit

Permalink
added mailto to email us button
Browse files Browse the repository at this point in the history
  • Loading branch information
Caposto committed Nov 6, 2024
1 parent c07ffb4 commit 56fda69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_components/ForNPOs/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Hero({ comp }) {
<comp.Button
style="py-2 px-6 md:px-8 min-w-[191px] rounded-md border border-white justify-center items-center gap-2 text-white font-semibold text-base md:text-lg inline-flex hover:bg-white hover:text-primary"
text="Email Us"
redirect_url="community"
redirect_url="mailto:[email protected]"
/>
<comp.Button
style="py-2 px-6 md:px-6 min-w-[191px] rounded-md border border-white justify-center items-center gap-2 text-white font-semibold text-base md:text-lg inline-flex hover:bg-white hover:text-primary"
Expand Down

0 comments on commit 56fda69

Please sign in to comment.