-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toastify-pop-added #143
base: main
Are you sure you want to change the base?
toastify-pop-added #143
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @Che140401! 🎉 Thank you for submitting your pull request. Your contribution is valuable, and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
src/Pages/ContactPage.jsx
Outdated
|
||
// Trigger a Toastify notification | ||
Toastify({ | ||
text: "Message sent successfully!", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the text to "Thanks for contacting us. We care for you and will get back to you soon !"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the syntax errors. The site just doesn't work with these changes.
src/Pages/ContactPage.jsx
Outdated
import React from "react"; | ||
import Toastify from 'toastify-js'; | ||
import "toastify-js/src/toastify.css"; | ||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like you have mistakenly added this while resolving merge conflicts.
src/Pages/ContactPage.jsx
Outdated
stopOnFocus: true, // Prevents dismissing of toast on hover | ||
}).showToast(); | ||
}; | ||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
src/Pages/ContactPage.jsx
Outdated
</button> | ||
</form> | ||
</div> | ||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here
Please check now |
193b18d
to
af2743c
Compare
Related Issue
Popup added
Description
Toastify popup added
Nacto.Care.-.Google.Chrome.2024-05-24.20-50-16.mp4
Type of PR
Screenshots / videos (if applicable)
[Attach any relevant screenshots or videos demonstrating the changes]
Checklist:
Additional context:
[Include any additional information or context that might be helpful for reviewers.]