🐞 fix home routes

ref #30
This commit is contained in:
Philipp Dormann 2021-04-01 19:07:14 +02:00
parent 863568d7d0
commit 60dea511b9
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
<div class="mt-6 sm:flex place-content-center">
<a
class="w-full sm:w-auto inline-flex px-6 py-3 border border-transparent text-base font-semibold rounded-md text-gray-900 bg-white shadow-sm hover:text-gray-600 focus:outline-none focus:text-gray-600 transition ease-in-out duration-150 xl:text-lg xl:py-4"
href="./register"
href="./register/"
>{{ $t('register_now') }}</a>
<a
href="./profile"
href="./profile/"
class="mt-4 sm:ml-4 sm:mt-0 w-full sm:w-auto inline-flex px-6 py-3 border border-transparent text-base font-semibold rounded-md text-white bg-gray-800 shadow-sm hover:bg-gray-700 focus:outline-none focus:bg-gray-700 transition ease-in-out duration-150 xl:text-lg xl:py-4"
>{{ $t('view_my_data') }}</a>
</div>