Sanchitbajaj02 / palettegram

A social media app to get designs and color palettes for designers by designer.
https://palettegram.vercel.app
MIT License
57 stars 97 forks source link

Bug: Text input field for email in newsletter #379

Open PranavKeshav24 opened 2 weeks ago

PranavKeshav24 commented 2 weeks ago

What happened?

The text input field designated for email addresses in the newsletter subscription form is currently using an tag of type text instead of the appropriate type email. This issue impacts the user experience by not providing the necessary validation for email addresses, leading to potential input errors.

Add screenshots

image

Please assign this issue to me. I am a contributor at GSSoC' 24. I would be very happy to work on it.

What browsers are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge, Brave, Other

Record

github-actions[bot] commented 2 weeks ago

Congratulations, @PranavKeshav24! 🎉 Thank you for creating the issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our Contributing Guidelines'

yashd-dev commented 2 weeks ago

Hi there, could you also include a email regex pattern aswell?

PranavKeshav24 commented 2 weeks ago

@yashd-dev Sure, I'll do that.