Fixed register button link

ref #42
This commit is contained in:
Nicolai Ort 2021-04-21 12:33:16 +02:00
parent 1102d29c0e
commit 020c310865
1 changed files with 103 additions and 103 deletions

View File

@ -61,7 +61,7 @@
</div>
<div class="mt-2">
<a
href="./register/"
href="../register/"
class="text-white block w-full text-center py-2 px-3 border-2 border-gray-300 rounded-md p-1 bg-blue-800 font-medium hover:border-gray-400 focus:outline-none focus:border-gray-400 sm:text-sm"
>{{ $t('register_now_small') }}</a>
</div>