fix
parent
49d48b5442
commit
68ff7c5d4a
|
@ -101,7 +101,7 @@
|
|||
Login
|
||||
</a>
|
||||
<!-- Register button -->
|
||||
<a class="btn hover:bg-gradient-to-t hover:from-gray-100 hover:to-gray-200 border-gray-300 text-gray-500 hover:text-gray-700 focus:text-gray-900" href="/signup?redirect={{request.path | urlencode}}">
|
||||
<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}}">
|
||||
Sign up
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue