Skip to content

Commit

Permalink
Twitter logo and name changes (#345)
Browse files Browse the repository at this point in the history
* Twitter logo and name changes

* removed twitter word reference
  • Loading branch information
adityapandit17 authored Jan 10, 2025
1 parent e5d8b18 commit 56696b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sass/modules/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
1 change: 1 addition & 0 deletions assets/images/icon-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ <h3>See what’s new.</h3>
<div class="text__content common-content common-content--size-large">
<p>Learn more about <a href="https://hotwired.dev">Hotwire</a>, the default front-end framework for Rails.</p>

<p><strong>Stay up to date</strong> with Rails on <a href="https://twitter.com/rails" class="icon icon--twitter">Twitter</a>, <a href="https://www.youtube.com/@railsofficial" class="icon icon--youtube">YouTube</a>, and <a href="https://world.hey.com/this.week.in.rails" class="icon icon--world">This Week in Rails</a>.</p>
<p><strong>Stay up to date</strong> with Rails on <a href="https://x.com/rails" class="icon icon--x">X</a>, <a href="https://www.youtube.com/@railsofficial" class="icon icon--youtube">YouTube</a>, and <a href="https://world.hey.com/this.week.in.rails" class="icon icon--world">This Week in Rails</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 56696b2

Please sign in to comment.