-
Notifications
You must be signed in to change notification settings - Fork 5k
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
fix: upgrate new twitter logo #12379 #12382
Conversation
❌ Deploy Preview for ethereumorg failed.
|
it is very nice, thank you so much |
WalkthroughThe update involves modernizing the social icon used for Twitter in the application's footer. The change replaces the existing Twitter icon with a newer version, termed Changes
Related issues
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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: 1
Configuration used: CodeRabbit UI
Files selected for processing (1)
- src/components/Footer.tsx (2 hunks)
Additional comments: 1
src/components/Footer.tsx (1)
- 33-36: The update to use
FaXTwitter
and the color change to#333
for the Twitter icon in thesocialLinks
array is consistent with the PR's objectives. However, consider the visual impact of changing the icon color to#333
, especially in terms of accessibility and brand consistency. It might be worth verifying if this color change aligns with Twitter's branding guidelines.
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
Configuration used: CodeRabbit UI
Files selected for processing (1)
- src/components/Footer.tsx (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- src/components/Footer.tsx
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
Configuration used: CodeRabbit UI
Files selected for processing (1)
- src/components/Footer.tsx (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- src/components/Footer.tsx
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.
Would personally prefer to not convert this, and/or migrate entirely to Farcaster
Okay, thank you. |
Hey @iepn, circling back, I didn't mean to unilaterally decide this 😆, sorry to give that impression... was just dropping an opinion on it. @nloureiro I know you've talked about migrating forward with this branding change. What're your latest thoughts here? Personally just in the camp that I'd prefer to start primarily supporting a more values-aligned platform altogether, but not a hill I'm dying on right now. |
@wackerow In fact, I also really like Twitter's previous little blue bird logo. If the team decides to replace all logos with the 'X' logo, please let me know, and at that time, I will submit a PR for a complete switch to the X platform, rather than this one which only involves the bottom navigation. After hearing your thoughts, I attempted to submit the Farcaster logo for inclusion in react-icons, so that the team could directly use the Farcaster logo through react-icons. However, their icon library is complex and convoluted, making it difficult to know where to start when submitting a PR. Most of their support seems to come from addressing issues raised by users, rather than direct community contributions. Of course, as an alternative, Farcaster's logo could be saved and referenced as image files (such as SVG or PNG), but I am concerned that this might conflict with the team's coding standards. Therefore, I chose to close the PR. If in the future, the team comes up with a new solution or approach, I will definitely take the opportunity to learn ^_^ ! You can take a look: |
Description
https://react-icons.github.io/react-icons/search/#q=FaXTwitter
ethereum-org-website/src/components/Footer.tsx
Lines 33 to 36 in 2c8b2ac
Twitter
Related Issue
#12379
Summary by CodeRabbit
Summary by CodeRabbit