Skip to content

Commit

Permalink
Rename button to Subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDiniz committed Mar 29, 2024
1 parent 5ec1e5b commit 58509f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Contact.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ContactSection: React.FC = () => {
onClick={handleSubmit}
className="inset-y-0 flex w-1/3 justify-center rounded-r-lg px-4 sm:w-2/3 sm:justify-start"
>
Newsletter
Subscribe
</Button>
</div>
<div className="pt-2 sm:pt-4">
Expand Down

0 comments on commit 58509f7

Please sign in to comment.