HabitRPG / habitica

A habit tracker app which treats your goals like a Role Playing Game.
https://habitica.com
Other
12.02k stars 4.1k forks source link

Change Twitter Icon to X Icon #15336

Closed jenyyy4 closed 4 weeks ago

jenyyy4 commented 1 month ago

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 commented 1 month ago

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

HtcYlmz commented 1 month ago

I would like to work on this issue.

Shayan12456 commented 4 weeks ago

/assign @Shayan12456

Shayan12456 commented 4 weeks ago

@CuriousMagpie Why my PR is not merged?