Button fixes bugfix/42-button_links #43

Merged
niggl merged 2 commits from bugfix/42-button_links into dev 2021-04-21 13:38:11 +00:00
Showing only changes of commit 020c310865 - Show all commits

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>