Skip to content

Commit

Permalink
Update translations partial
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 20, 2021
1 parent a231a7f commit fa44c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post/translations.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ if and .IsTranslated }}
<div class="post-translations nav-item dropdown me-2 d-inline-flex">
<a class="nav-link p-0" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<a class="nav-link p-0" data-bs-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-fw fa-language me-1"></i>{{ $.Language.LanguageName }}
</a>
<div class="dropdown-menu">
Expand Down

0 comments on commit fa44c0e

Please sign in to comment.