Skip to content

Commit

Permalink
Update Twitter name to X-Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
anenadic authored Feb 6, 2025
1 parent d50448a commit 62cd8cb
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-x-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>X-Twitter</a>
</li>
{%- endif %}
{%- if site.theme_variables.topnav.github or site.theme_variables.topnav.github == nil %}
Expand Down

0 comments on commit 62cd8cb

Please sign in to comment.