add link to logo in navbar
All checks were successful
/ build (pull_request) Successful in 58s

This commit is contained in:
kritzl 2026-09-11 12:47:28 +02:00
commit 184ed248e7
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM

View file

@ -18,9 +18,9 @@ import path from "../utils/path.ts"
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/wer/')}>Wer</a></li>
</ul>
</div>
<a class="btn btn-link text-xl max-h-14">
<a class="btn btn-link text-xl max-h-14" href={path(import.meta.env.BASE_URL, '/')}>
<picture class="h-full">
<img src={path(import.meta.env.BASE_URL, '/logo.svg')} class="h-full"/>
<img src={path(import.meta.env.BASE_URL, '/logo.svg')} alt="Logo von den DiDays" class="h-full"/>
</picture>
</a>
</div>