Update profile link button style to use outline-light variant for better visibility
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<a class="btn btn-outline-secondary" href="{% url 'password_reset' %}">Reset password</a>
|
||||
</div> {% endcomment %}
|
||||
{% else %}
|
||||
<a class="btn btn-primary" href="{% url 'profile' %}">Your profile</a>
|
||||
<a class="btn btn-outline-light" href="{% url 'profile' %}">Your profile</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<p class="text-muted mt-2">Access exams, courses and resources for trainees and trainers.</p>
|
||||
|
||||
Reference in New Issue
Block a user