Skip to content

Commit

Permalink
fixed mail text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawan-Kushwah committed Oct 28, 2024
1 parent f399622 commit aa8e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/component/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Footer = (props) => {
value={email}
onChange={(e) => setEmail(e.target.value)}
required
className="px-4 py-2 border border-gray-300 rounded-md w-full max-w-xs focus:outline-none"
className="px-4 py-2 border border-gray-300 rounded-md w-full max-w-xs focus:outline-none text-black"
/>
<button
type="submit"
Expand Down

0 comments on commit aa8e2e0

Please sign in to comment.