Update profile link button style to use outline-light variant for better visibility

This commit is contained in:
Ross
2025-11-03 12:23:25 +00:00
parent 3db74607ce
commit ff02e3f02f
+1 -1
View File
@@ -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>