| @@ -41,6 +41,7 @@ | ||||
|         src="https://lauf-fuer-kaya.de/Bilder/kaya-logo-quadrat.png" | ||||
|         alt="Logo" | ||||
|         class="h-10" /> | ||||
|         <h3 class="text-lg">Lauf für Kaya! Admin</h3> | ||||
|     </a> | ||||
|     <nav class="text-sm font-medium text-gray-600" aria-label="Main Navigation"> | ||||
|       <a | ||||
| @@ -60,7 +61,7 @@ | ||||
|       <a | ||||
|         class:bg-gray-100={activePage === 'users'} | ||||
|         class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900" | ||||
|         href="#"> | ||||
|         href="/#/users/"> | ||||
|         <svg | ||||
|           class="flex-shrink-0 w-5 h-5 mr-2 text-gray-400 transition group-hover:text-gray-600" | ||||
|           xmlns="http://www.w3.org/2000/svg" | ||||
| @@ -76,7 +77,7 @@ | ||||
|       <a | ||||
|         class:bg-gray-100={activePage === 'runners'} | ||||
|         class="flex items-center px-4 py-3 text-gray-900 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900" | ||||
|         href="#"> | ||||
|         href="/#/runners/"> | ||||
|         <svg | ||||
|           class="flex-shrink-0 w-5 h-5 mr-2 text-gray-400 transition group-hover:text-gray-600" | ||||
|           xmlns="http://www.w3.org/2000/svg" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user