Update sign in button to link

This commit is contained in:
Nate 2021-09-17 10:36:47 -04:00
parent 18fd689177
commit f4d0225b75

View file

@ -83,7 +83,7 @@
{{else}}
<!-- Otherwise let user log in -->
<a href=" /sign_in"
class="text-sm align-middle p-1 px-2 rounded-md border border-gray-50 cursor-pointer hover:bg-gray-800">
class="text-base lowercase no-underline hover:underline mt-10 text-gray-400">
Log in
</a>
{{/if}}