Skip to content

Commit

Permalink
update text and icon for Get Support
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship committed Oct 11, 2024
1 parent c494b0b commit 9aec914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@
{% block support-tab %}
<li>
<a href="{% url 'support' %}" aria-disabled="true" aria-expanded="false" aria-label="Support">
<i class="fa-solid fa-life-ring fa-fw"></i>
<span>{% trans "Get Support" %}</span>
<i class="fa-solid fa-level-up fa-fw"></i>
<span>{% trans "Upgrade" %}</span>
</a>
</li>
{% endblock %}
Expand Down

0 comments on commit 9aec914

Please sign in to comment.