Skip to content

Commit

Permalink
CB/tmpl: navbar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fnetX committed Jan 12, 2023
1 parent 1ec23a8 commit bc22076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/head_navbar.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{end}}
<div class="item brand" style="justify-content: space-between;">
<a href="{{AppSubUrl}}/" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}">
<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">
</a>
{{if .IsSigned}}
<a href="{{AppSubUrl}}/notifications" class="tooltip mobile-only" data-content='{{.locale.Tr "notifications"}}'>
Expand Down

0 comments on commit bc22076

Please sign in to comment.