remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:22:04 -06:00
parent 92e13a74cc
commit 67b8f1edd1
1 changed files with 5 additions and 1 deletions

View File

@ -94,12 +94,16 @@
{% endif %}
</div>
</a>
<!-- Not logged in -->
<!-- Not logged in -->
{% else %}
<!-- Login button -->
<a class="btn btn-gray" href="/login?redirect={{request.path | urlencode}}">
Login
</a>
<!-- Register button -->
<a class="hidden sm:block px-4 py-2 active:shadow-inner border rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold focus:outline-none disabled:opacity- 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>