This commit is contained in:
parent
b918cd0a8f
commit
eec72ae5ea
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ import path from "../utils/path.ts"
|
|||
<ul
|
||||
tabindex="-1"
|
||||
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/')}>Wann & Wo</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/programm/')}>Programm</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/wer/')}>Wer</a></li>
|
||||
<li><a class="text-lg" href={path(import.meta.env.BASE_URL, '/')}>Wann & Wo</a></li>
|
||||
<li><a class="text-lg" href={path(import.meta.env.BASE_URL, '/hamburg/2026/programm/')}>Programm</a></li>
|
||||
<li><a class="text-lg" 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" href={path(import.meta.env.BASE_URL, '/')}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue