Closed Mahimatestgithub closed 3 weeks ago
@Mahimatestgithub is attempting to deploy a commit to the Vivek Prajapati's projects Team on Vercel.
A member of the Team first needs to authorize it.
The changes in this pull request involve modifications to the routing structure in the App
component, specifically reverting the "Help" page route and updating the "Privacy" page route to "privacy-policy." Additionally, enhancements to the Footer
component include the addition of social media links and improved CSS for responsiveness and hover effects. The Home
component has been updated to include a newsletter subscription feature, with new state variables and a success message for users. A new CSS class for shadow effects has also been introduced in the Home
component.
File | Change Summary |
---|---|
src/App.jsx |
Reverted "Help" route; updated "Privacy" route from path="privacy" to path="privacy-policy" . |
src/User/components/Footer/Footer.css |
Added hover effects for social media icons, adjusted layout for responsiveness, and cleaned up code. |
src/User/components/Footer/Footer.jsx |
Added a new section for social media links with icons for various platforms, structured with a header. |
src/User/pages/Home/Home.css |
Introduced a new CSS class .custom-shadow for box shadow effects. |
src/User/pages/Home/Home.jsx |
Added state variables for newsletter subscription; implemented form handling and success message. |
gssoc
, hacktoberfest
, hacktoberfest-accepted
, good first issue
, gssoc-ext
🐰 In the garden where the changes grow,
A footer blooms with links aglow.
The home now sings of subscriptions bright,
With shadows cast in soft twilight.
Routes restored, a path anew,
Hopping forward, we bid adieu! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨
Successfully enhanced UI in Contact Us- issue no- #2393
Summary by CodeRabbit
New Features
Bug Fixes
Style
.custom-shadow
for better visual presentation on the Home page.