Update Twitter icon to X logo
Description
This change updates the Twitter icon used on the Bootstrap website to reflect Twitter's rebranding to X. The old bird logo has been replaced with the new X logo in the header media section.
Motivation & Context
Twitter has rebranded to X, and our website should reflect this change to stay current and avoid confusion. This update ensures our social media links are consistent with the latest branding of the platforms we link to.
Checklist
- [x] I have read the contributing guidelines
- [x] My code follows the code style of the project (using
npm run lint) - [ ] My change introduces changes to the documentation
- [ ] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [ ] All new and existing tests passed
Related issues
Closes: #40737
I think this is all already taken care of with an open PR: https://github.com/twbs/bootstrap/pull/40706
Also, you shouldn't commit any changes to the dist/ directory when making a PR.
Thanks, @yashathwani, for your time on this PR. However, as mentioned by @coliff (thanks for that), there's already an open PR tackling it, so I'm closing this PR.