Fix/typo delet to delete#216
Conversation
|
@adikulkarni006 is attempting to deploy a commit to the Bhuvansh's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Kindly solve merge time conflicts. |
BHUVANSH855
left a comment
There was a problem hiding this comment.
Thanks for the contribution. I found a few issues that should be addressed before merging:
frontend/styles/admin.css:.delete-btnwas changed to.Deletee-btn, but the existing markup and JS still use.delete-btn, so the delete button styling will not apply.frontend/styles/style.css: the file appears truncated and removes existing search/autocomplete styles. Please verify that no existing styles were accidentally deleted.frontend/scripts/auth.jsandfrontend/signup.html: the password strength meter introduces new behavior and uses inline styles. Please move styling to CSS and verify the signup flow still behaves as intended.
Please address these issues and request another review.
|
Kindly solve merge time commits. |
|
@adikulkarni006 And we need reason why u changed |
|
Closing this PR, due to irrelevant changes, inactivity and merge conflicts. Thanks |
Closes #178
🐛 Problem
Admin panel had a spelling mistake – "Delet Product" instead of "Delete Product".
🔧 Fix
Changed
DelettoDeletein the admin panel.📁 Files Changed
frontend typo was there✅ Testing
Ready for review.