Skip to content

Commit

Permalink
Merge pull request #303 from Sawan-Kushwah/fix/mailText
Browse files Browse the repository at this point in the history
Fixed mail text #303
  • Loading branch information
Anuj3553 authored Oct 28, 2024
2 parents f399622 + aa8e2e0 commit d888c6f
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 d888c6f

Please sign in to comment.