We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec23a8 commit bc22076Copy full SHA for bc22076
templates/base/head_navbar.tmpl
@@ -5,7 +5,7 @@
5
{{end}}
6
<div class="item brand" style="justify-content: space-between;">
7
<a href="{{AppSubUrl}}/" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}">
8
- <img width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}" aria-hidden="true">
+ <img class="ui mini image" width="26" height="26" src="https://design.codeberg.org/logo-kit/icon_inverted.svg">
9
</a>
10
{{if .IsSigned}}
11
<a href="{{AppSubUrl}}/notifications" class="tooltip mobile-only" data-content='{{.locale.Tr "notifications"}}'>
0 commit comments