From 56696b2969b8415301e194412efbfee1c838ee9b Mon Sep 17 00:00:00 2001 From: Aditya Pandit Date: Fri, 10 Jan 2025 20:02:18 +0530 Subject: [PATCH] Twitter logo and name changes (#345) * Twitter logo and name changes * removed twitter word reference --- _sass/modules/_icon.scss | 4 ++-- assets/images/icon-x.svg | 1 + index.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 assets/images/icon-x.svg diff --git a/_sass/modules/_icon.scss b/_sass/modules/_icon.scss index 1823cda9..79708029 100755 --- a/_sass/modules/_icon.scss +++ b/_sass/modules/_icon.scss @@ -32,12 +32,12 @@ } - &--twitter { + &--x { padding-left: 23px; &:after { - background-image: url(../images/icon-twitter.svg); + background-image: url(../images/icon-x.svg); width: 19px; } diff --git a/assets/images/icon-x.svg b/assets/images/icon-x.svg new file mode 100644 index 00000000..98af1122 --- /dev/null +++ b/assets/images/icon-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 6a948f28..af3dac96 100644 --- a/index.html +++ b/index.html @@ -397,7 +397,7 @@

See what’s new.

Learn more about Hotwire, the default front-end framework for Rails.

-

Stay up to date with Rails on , YouTube, and This Week in Rails.

+

Stay up to date with Rails on X, YouTube, and This Week in Rails.