From b2981c870c9ccd0938c74bf71ec9f405466c3a9d Mon Sep 17 00:00:00 2001 From: sarthak-kumar-shailendra Date: Sat, 18 Oct 2025 00:31:05 +0530 Subject: [PATCH] fix: update outdated twitter icon to x --- .../src/assets/community/connect-twitter-icon.svg | 2 +- .../src/components/layout/SiteFooter.tsx | 9 ++++----- .../src/templates/pages/css/community.scss | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/typescriptlang-org/src/assets/community/connect-twitter-icon.svg b/packages/typescriptlang-org/src/assets/community/connect-twitter-icon.svg index 83fde9200562..1c4753d825f7 100644 --- a/packages/typescriptlang-org/src/assets/community/connect-twitter-icon.svg +++ b/packages/typescriptlang-org/src/assets/community/connect-twitter-icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/typescriptlang-org/src/components/layout/SiteFooter.tsx b/packages/typescriptlang-org/src/components/layout/SiteFooter.tsx index e2b6d5612d42..a1f11a4b4b92 100644 --- a/packages/typescriptlang-org/src/components/layout/SiteFooter.tsx +++ b/packages/typescriptlang-org/src/components/layout/SiteFooter.tsx @@ -154,14 +154,13 @@ const faviconForURL = (url: string) => { case "https://twitter.com/TypeScript": return ( diff --git a/packages/typescriptlang-org/src/templates/pages/css/community.scss b/packages/typescriptlang-org/src/templates/pages/css/community.scss index 3692a97edde2..53f268d9c29e 100644 --- a/packages/typescriptlang-org/src/templates/pages/css/community.scss +++ b/packages/typescriptlang-org/src/templates/pages/css/community.scss @@ -92,7 +92,7 @@ &.twitter { background-image: url("../../../assets/community/connect-twitter-icon.svg"); - background-color: #00a0d1; + background-color: #000000; } &.definitelytyped {