remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:21:09 -06:00
parent 41918457ca
commit 92e13a74cc
1 changed files with 2 additions and 6 deletions

View File

@ -94,16 +94,12 @@
{% endif %}
</div>
</a>
<!-- Not logged in -->
<!-- Not logged in -->
{% else %}
<!-- Login button -->
<a class="hidden sm:block btn btn-gray" href="/login?redirect={{request.path | urlencode}}">
<a class="btn btn-gray" href="/login?redirect={{request.path | urlencode}}">
Login
</a>
<!-- Register button -->
<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
</a>
{% endif %}
</div>
</div>