Skip to content

Commit

Permalink
Merge pull request #227 from RamakrushnaBiswal/bunty-dev
Browse files Browse the repository at this point in the history
SUbscribe mail form tag and validations added
  • Loading branch information
Avdhesh-Varshney authored Jun 3, 2024
2 parents edd0e85 + 84d47ba commit 93555b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ const Footer = () => {
return (
<footer>
<div className="row-flex">
<form action="/" method="post">
<input type="email" placeholder="EMAIL ADDRESS" name="email" required />
<input type="submit" placeholder="SUBSCRIBE" name="subscribe" value="SUBSCRIBE" required />
</form>
</div>
<div className="foot">
<div className="foot-left">
Expand Down

0 comments on commit 93555b7

Please sign in to comment.