Skip to content

Commit

Permalink
Change Footer Nav Header (#8991)
Browse files Browse the repository at this point in the history
Change Footer Nav Header from Business to Organization
  • Loading branch information
PixelantDesign authored Jun 3, 2021
1 parent 6e7a1de commit 76370f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/templates/shared/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h5>{% trans "Product" %}</h5>
<a class="link-current hover-underline mb-2" href="{% url "avatar_landing" %}">{% trans "Avatar Builder" %}</a>
</div>
<div class="d-flex flex-column mb-2">
<h5>{% trans "Business" %}</h5>
<h5>{% trans "Organization" %}</h5>
<a class="link-current hover-underline mb-2" href="{% url "about" %}">{% trans "About" %}</a>
<a class="link-current hover-underline mb-2" href="{% url "mission" %}">{% trans "Mission" %}</a>
<a class="link-current hover-underline mb-2" href="{% url "results" %}">{% trans "Results" %}</a>
Expand Down

0 comments on commit 76370f0

Please sign in to comment.