-
-
Notifications
You must be signed in to change notification settings - Fork 805
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
change twitter to twitter-x icon #1583
change twitter to twitter-x icon #1583
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
absolutely hate that the word "tweet" does not mean anything anymore :(
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.
Hey! Thanks for the PR just a small detail:
@@ -53,6 +53,18 @@ export const IconDefinitions = () => ( | |||
</g> | |||
<circle cx="15.1" cy="24.9" r="2.5" fill="#3e4347" /> | |||
</symbol> | |||
<symbol id="icon-twitter-x" viewBox="0 0 64 50"> |
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.
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.
I think I improved it, but it's mostly been random trial and error on my end. Is there a better way to do this?
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.
Yes! It improved a bit, problem is that the X logo is not a perfect square so we need to do some adjustments into it 👀
But looks better now so let's merge it!
Head branch was pushed to by a user without write access
I know right 😢 |
Co-authored-by: Carlos Cuesta <[email protected]>
d8cc4da
to
68266f9
Compare
Description
After the rebranding of twitter to X by Elon Musk, it might be pertinent to update the "tweet" button. It does look a bit off and twitter still has more brand recognition than X, but I leave that up to the maintainers of gitmoji to pick what they prefer.
Linked issues
#1563