Skip to content

Commit 27451e9

Browse files
author
renzon
committed
Fixed home button class
1 parent de3aee2 commit 27451e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonpro/core/templates/core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="mb-3">Curso Python Birds Grátis</h3>
4040
{% endif %}
4141

4242
<h5 class="mt-4 mb-2">Já tem conta?</h5>
43-
<a class="btn btn-light my-2 my-sm-0" ref="{% url 'login' %}?next={% url 'dashboard:home' %}" role="button">Entrar</a>
43+
<a class="btn btn-light my-2 my-sm-0 text-dark" ref="{% url 'login' %}?next={% url 'dashboard:home' %}" role="button">Entrar</a>
4444
</div>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)