Browse Source

fix navbar ui (#17235)

tags/v1.16.0-rc1
wxiaoguang 2 years ago
parent
commit
21a784e94a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/base/head_navbar.tmpl

+ 1
- 1
templates/base/head_navbar.tmpl View File

@@ -1,6 +1,6 @@
<div class="ui container" id="navbar">
<div class="item brand" style="justify-content: space-between;">
<a href="{{AppSubUrl}}/" class="item poping up" data-content="{{if .IsSigned}}{{.i18n.Tr "dashboard"}}{{else}}{{.i18n.Tr "home"}}{{end}}" data-variation="tiny inverted">
<a href="{{AppSubUrl}}/" data-content="{{if .IsSigned}}{{.i18n.Tr "dashboard"}}{{else}}{{.i18n.Tr "home"}}{{end}}" data-variation="tiny inverted">
<img class="ui mini image" width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg">
</a>
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">

Loading…
Cancel
Save