remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:20:01 -06:00
parent 0c2b16bd35
commit 41918457ca
1 changed files with 2 additions and 2 deletions

View File

@ -97,11 +97,11 @@
<!-- Not logged in --> <!-- Not logged in -->
{% else %} {% else %}
<!-- Login button --> <!-- Login button -->
<a class="btn btn-gray" href="/login?redirect={{request.path | urlencode}}"> <a class="hidden sm:block btn btn-gray" href="/login?redirect={{request.path | urlencode}}">
Login Login
</a> </a>
<!-- Register button --> <!-- Register button -->
<a class="btn hover:bg-gradient-to-t hover:from-gray-100 hover:to-gray-200 border-gray-300 text-gray-200 hover:text-gray-700 focus:text-gray-900" href="/signup?redirect={{request.path | urlencode}}"> <a class="hidden sm:block btn hover:bg-gradient-to-t hover:from-gray-100 hover:to-gray-200 border-gray-300 text-gray-200 hover:text-gray-700 focus:text-gray-900" href="/signup?redirect={{request.path | urlencode}}">
Sign up Sign up
</a> </a>
{% endif %} {% endif %}