Skip to content
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 Icon to X Icon #15336

Open
jenyyy4 opened this issue Oct 7, 2024 · 1 comment · May be fixed by #15337
Open

Change Twitter Icon to X Icon #15336

jenyyy4 opened this issue Oct 7, 2024 · 1 comment · May be fixed by #15337

Comments

@jenyyy4
Copy link

jenyyy4 commented Oct 7, 2024

Issue: Change Twitter Icon to X Icon

Description:
With the recent rebranding of Twitter to "X," we need to update the Twitter icon on our website/portfolio to reflect the new logo. This change should be applied wherever the Twitter icon is currently displayed (e.g., social media links, footer, header, etc.).

Example Code Update:

<!-- Old Twitter Icon -->
<a href="https://twitter.com/yourprofile" target="_blank">
  <img src="path/to/twitter-icon.svg" alt="Twitter">
</a>

<!-- New X Icon -->
<a href="https://x.com/yourprofile" target="_blank">
  <img src="path/to/x-icon.svg" alt="X">
</a>
@jenyyy4
Copy link
Author

jenyyy4 commented Oct 7, 2024

@phillipthelen i would like to work on this issue, please assign it to me.

@Harsh0707005 Harsh0707005 linked a pull request Oct 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant