Skip to content

Commit

Permalink
perf: Set size to language icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Jul 20, 2024
1 parent b0c9405 commit 4ebb4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app-templates/smarty/navbar-left.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul class="nav navbar-nav">
<li class="dropdown">
<a id="navbar-lang" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<img src="{GK_CDN_ICONS_URL}/language.svg" width="14" /><span class="visible-xs-inline" title="{t}Currently selected language{/t}"> {\Multilang::instance()->current|language:true}</span>
<img src="{GK_CDN_ICONS_URL}/language.svg" width="14" height="14" /><span class="visible-xs-inline" title="{t}Currently selected language{/t}"> {\Multilang::instance()->current|language:true}</span>
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
Expand Down

0 comments on commit 4ebb4a2

Please sign in to comment.