chore: replace Twitter icon with X logo in referrer display #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
chore: replace Twitter icon with X logo in referrer display
Greptile Overview
Greptile Summary
Replaced the legacy Twitter bird icon with the modern X logo throughout the referrer display system. The change affects both the icon component and the favicon fallback logic.
Key Changes:
FaTwitter(fromreact-icons/fa) toFaXTwitter(fromreact-icons/fa6)text-blue-400to neutral colors that adapt to dark mode (text-neutral-800 dark:text-neutral-200)REFERRER_USE_X_ICONset containing Twitter-related domains (t.co,x.com,twitter.com,www.twitter.com)getReferrerFaviconto returnnullfor X/Twitter domains, ensuring the custom X icon is always used instead of fetching favicons that might show the old bird logoConfidence Score: 5/5
Important Files Changed
FaTwitterwithFaXTwittericon and added logic to prevent favicon fallback for X/Twitter domainsLast reviewed commit:
08110d7