Static links (yay)

This commit is contained in:
Nicolai Ort 2021-08-21 09:12:37 +02:00
parent 0dc6fe6704
commit 6706c9b0d1
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<nav>
<a
class="flex items-center px-4 py-2 text-gray-700 bg-gray-200 rounded-md dark:bg-gray-700 dark:text-gray-200"
href="/"
href="/dashboard"
>
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
@ -66,7 +66,7 @@
{#if logged_in}
<a
class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
href="/links"
href="/dashboard/links"
>
<svg
xmlns="http://www.w3.org/2000/svg"
@ -133,7 +133,7 @@
{:else}
<a
class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
href="/login"
href="/dashboard/login"
>
<svg
xmlns="http://www.w3.org/2000/svg"