We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fdc47a + 21a784e commit 8eb929dCopy full SHA for 8eb929d
templates/base/head_navbar.tmpl
@@ -1,6 +1,6 @@
1
<div class="ui container" id="navbar">
2
<div class="item brand" style="justify-content: space-between;">
3
- <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">
4
<img class="ui mini image" width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg">
5
</a>
6
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
0 commit comments