-
Notifications
You must be signed in to change notification settings - Fork 67
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
✔️Improved the "FAQ Section" of the Website. #496
✔️Improved the "FAQ Section" of the Website. #496
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
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.
Looks good just 2 changes:
- Remove package-lock.json from root of repo
- Don't do plain CSS styling use tailwind to maintain consistency as much as possible, try apply if u want to do in external CSS file
Same changes as your other pull request
@VaibhavArora314 Done! Please check |
@akbatra567 @VaibhavArora314 Please take a look |
@VaibhavArora314 @akbatra567 If Approved. Please merge the PR |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Hey @VaibhavArora314
issue closes #492
I have improved the FAQ Section of the Website -
What I Did -
Here's the Before -
![image](https://private-user-images.githubusercontent.com/131389695/351465473-a5a8c8ed-3a94-45db-8e2e-860ea7359bf1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzU4MDUsIm5iZiI6MTczODgzNTUwNSwicGF0aCI6Ii8xMzEzODk2OTUvMzUxNDY1NDczLWE1YThjOGVkLTNhOTQtNDVkYi04ZTJlLTg2MGVhNzM1OWJmMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwOTUxNDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mOWM5MjAwZGU2NDcwZDFmZDNiNWUzYjVmYWFlOGQ0ZjE3ZmI1N2IzN2JiMTJjMGFmZDliZDljODZiYjg4ODliJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.5rnLsI3OBemsS1oeg5UM42vA2uI2pT5_cExAAB2Yh24)
Here's the Implementation -
styleshare.faq.mp4
Please take a look.
thankyou!