Skip to content

Commit

Permalink
Merge pull request #310 from ELIXIR-Belgium/twitter
Browse files Browse the repository at this point in the history
Update twitter icon to X
  • Loading branch information
bedroesb authored Dec 13, 2024
2 parents 89d1fc4 + 9a7fce6 commit 4b92b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/topnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{%- endif %}
{%- if site.theme_variables.topnav.twitter %}
<li class="nav-item">
<a class="nav-link ps-2 d-flex align-items-center" href="{{site.theme_variables.topnav.twitter}}"><i class="fa-brands fa-twitter me-2"></i>Twitter</a>
<a class="nav-link ps-2 d-flex align-items-center" href="{{site.theme_variables.topnav.twitter}}"><i class="fa-brands fa-x-twitter me-2"></i>Twitter</a>
</li>
{%- endif %}
{%- if site.theme_variables.topnav.github or site.theme_variables.topnav.github == nil %}
Expand Down

0 comments on commit 4b92b73

Please sign in to comment.