]> source.dussan.org Git - gitea.git/commitdiff
fix navbar ui (#17235)
authorwxiaoguang <wxiaoguang@gmail.com>
Wed, 6 Oct 2021 15:22:44 +0000 (23:22 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 15:22:44 +0000 (17:22 +0200)
templates/base/head_navbar.tmpl

index 2a0024b562f028867d2afd7e9c1e3dede39b5257..c370b70f29878f2c78ff315544f890a1639023ac 100644 (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">