-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Twitter icon change #522
base: master
Are you sure you want to change the base?
Twitter icon change #522
Conversation
❌ Deploy Preview for ember-styleguide failed.
|
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.
Tiny bit more to do 👍
addon/constants/es-footer.js
Outdated
@@ -3,7 +3,7 @@ | |||
const socialLinks = [{ | |||
title: 'Twitter', |
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 we not also change the title?
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.
Okay , I will change the title from Twitter to X.
addon/constants/es-footer.js
Outdated
@@ -3,7 +3,7 @@ | |||
const socialLinks = [{ | |||
title: 'Twitter', | |||
href: 'http://twitter.com/emberjs', |
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.
If we're changing the logo then shouldn't we be linking to x.com/emberjs
?
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.
okay I will change it.
addon/constants/es-footer.js
Outdated
@@ -3,7 +3,7 @@ | |||
const socialLinks = [{ | |||
title: 'Twitter', | |||
href: 'http://twitter.com/emberjs', | |||
class: 'twitter-logo', | |||
class: 'x-logo', | |||
label: 'Official Ember Twitter Account' |
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.
If we're changing the logo we should probably change Twitter
here too
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.
okay I got your point to replace twitter to X , is there anything more ?
does need to change label also ?
@mansona made the required changes please review it. |
From what I can see this looks good, I just don't feel comfortable merging this until I fix the issues with CI. I'll try to take a look tomorrow 👍 |
@mansona Thanks for the update! Looking forward to your feedback tomorrow! |
@mansona any update on this ? |
I've updated the Twitter logo to the new logo