Skip to content

Commit

Permalink
fix: Globus png base-nav static URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolausDS committed Sep 21, 2021
1 parent 629c68f commit 894b426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% elif globus_portal_framework.auth_enabled %}
<li>
<a class="nav-link nav-link-base-nav btn btn-dark" href="{% url 'social:begin' 'globus' %}?next={{ request.get_full_path|urlencode }}">
<img src="{% static 'images/globus.png' %}" height="32px" width="32px" style="border-radius: 4px">
<img src="{% static 'globus-portal-framework/images/globus.png' %}" height="32px" width="32px" style="border-radius: 4px">
Login
</a>
</li>
Expand Down

0 comments on commit 894b426

Please sign in to comment.