This commit is contained in:
parent
990bad90a5
commit
184ed248e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue