Personnalisation du template base/head_navbar.tmpl

This commit is contained in:
Pierre-Louis Bonicoli 2023-07-31 00:38:16 +02:00
parent f9ca3c1a3d
commit 6bc88d7e12
Signed by: pilou
GPG Key ID: 06914C4A5EDAA6DD
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div class="item">
<!-- the logo -->
<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 width="30" height="30" src="{{AssetUrlPrefix}}/img/gitea-sm.png" alt="{{.locale.Tr "logo"}}" aria-hidden="true">
</a>
<!-- mobile right menu, it must be here because in mobile view, each item is a flex column, the first item is a full row column -->