Skip to content

Commit

Permalink
Change Twitter logo and name to X (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSnke authored Oct 15, 2023
1 parent c1e6645 commit 2be5542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

.navbar .icon-twitter:hover {
color: #179cf0;
color: white;
}

.navbar .icon-mastodon:hover {
Expand Down
4 changes: 2 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
</a>
</li>
<li class="nav-item">
<a href="https://twitter.com/librepcb" title="Twitter"
<a href="https://twitter.com/librepcb" title="X"
class="nav-link icon icon-twitter">
<i class="fa-brands fa-twitter fa-xl"></i>
<i class="fa-brands fa-x-twitter fa-xl"></i>
<span class="d-lg-none ms-1">Twitter</span>
</a>
</li>
Expand Down

0 comments on commit 2be5542

Please sign in to comment.