-
Notifications
You must be signed in to change notification settings - Fork 316
Twitter Icon Updated to X using react-icons (not using any svg) #797
Twitter Icon Updated to X using react-icons (not using any svg) #797
Conversation
WalkthroughThe proposed changes primarily revolve around the visual aspects of the Footer component. The Twitter icon has been replaced, and the hover color for the Twitter link has been updated to a new shade. Changes
TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Files ignored due to filter (2)
- package-lock.json
- package.json
Files selected for processing (1)
- src/components/layout/Footer.jsx (2 hunks)
Files skipped from review due to trivial changes (1)
- src/components/layout/Footer.jsx
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.
Updated twitter icon to X would you please review my changes. <3
Fixes Issue
This PR fixes the following issues:
closes #772
Changes proposed
Here comes all the changes proposed through this PR
Check List (Check all the boxes which are applicable)
Screenshots
Add all the screenshots which support your changes
Refactor: Updated the Twitter icon in the Footer component. The previously used FaTwitter icon from react-icons/fa has been replaced with FaXTwitter icon from react-social-icon package.
Summary by CodeRabbit
FaXTwitter
instead ofFaTwitter
.#FAF3F0
from#1DA1F2
for better visual consistency.