fix: relativ links
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-30 18:13:50 +01:00
parent d159cb59be
commit 917cb6be34
4 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@
</div>
<div class="mt-2">
<a
href="../register/"
href="/selfservice/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>