Dashboard - demo urls

ref #5
This commit is contained in:
Philipp Dormann 2020-12-30 12:45:01 +01:00
parent 4c161b3c70
commit c65c138830

View File

@ -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"