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 enhancements to the footer component and home page of the application. The footer now includes a new section for social media links with hover effects on icons, while the home page introduces a subscription feature with email input management. Additionally, new CSS styles are added for visual improvements, including a custom shadow effect for elements in the home page.
File | Change Summary |
---|---|
src/User/components/Footer/Footer.css |
Added hover effects for social media icons, updated responsive design, and modified layout styles. |
src/User/components/Footer/Footer.jsx |
Introduced a social media section with icons for various platforms, structured under a "SOCIALS" header. |
src/User/pages/Home/Home.css |
Added a new .custom-shadow class for visual styling with box shadow and border radius. |
src/User/pages/Home/Home.jsx |
Implemented a subscription feature with state management for email input and success message display. |
hacktoberfest
, hacktoberfest-accepted
, gssoc
🐇 In the footer, icons gleam,
With hover effects, they dance and beam.
A subscription feature now takes flight,
Bringing users joy, day and night.
Shadows cast in a gentle way,
Enhancing the home page, come what may! 🌟
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?
Added hovering effect to 3 social icons- instagram , twitter and discord, earlier only 3 icons were showing hovering that were linkeldn ,facebook, whatsapp .
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes