🚚 move to tinro svelte router

ref #23
This commit is contained in:
2021-01-02 22:23:13 +01:00
parent 1473267e8c
commit a50ea15b38
13 changed files with 530 additions and 156 deletions

View File

@@ -21,7 +21,7 @@
reset_mail_sent = true;
} else {
Toastify({
text: $_('invalid-mail-reset'),
text: $_("invalid-mail-reset"),
duration: 3500,
}).showToast();
}
@@ -47,7 +47,7 @@
<div class="mt-6">
<div class="mt-6">
<a
href="/#/"
href="/"
class="block w-full text-center py-2 px-3 border border-gray-300 rounded-md text-gray-900 font-medium hover:border-gray-400 focus:outline-none focus:border-gray-400 sm:text-sm">
{$_('goback')}
</a>
@@ -125,6 +125,11 @@
{$_('send-a-mail-to-lfk-odit-services')}
</a>
</div>
<div class="mt-6">
<a
href="/"
class="block w-full text-center py-2 px-3 border border-gray-300 rounded-md text-gray-900 font-medium hover:border-gray-400 focus:outline-none focus:border-gray-400 sm:text-sm">{$_('goback')}</a>
</div>
</div>
</div>
</div>