-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Replaced old twitter icon with new icon #1124
Conversation
👷 Deploy Preview for virtual-coffee-io processing.
|
app/components/Nav.tsx
Outdated
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 512 512" |
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.
Hi @antriksh-9,
Is there any reason to remove the role="img"
attribute and change the viewBox
dimension?
app/components/Nav.tsx
Outdated
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 512 512" | ||
> | ||
<title>Twitter</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.
You might also want to change this from "Twitter" to "X".
<title>Twitter</title> | |
<title>X</title> |
Hey @adiati98 I have made the necessary changes. |
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.
app/components/Nav.tsx
Outdated
@@ -82,12 +82,12 @@ export default function Nav() { | |||
<svg | |||
role="img" | |||
viewBox="0 0 24 24" |
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.
Looks like we needed that viewbox change - not sure what the problem there was...
If you update that we can get this up!
viewBox="0 0 24 24" | |
viewBox="0 0 512 512" |
hey @danieltott I have updated the 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.
Looks good - thanks @antriksh-9!
Linked Issue
Closes #1112.
Description
On the website under navbar section the twitter logo was old one.
I changed it to the new logo.
Code of Conduct