Skip to content

Commit 59866ea

Browse files
author
Albert (AJ) St. Aubin
committed
[MICROBA-744] Update logos to source from config parameters
1 parent f164a66 commit 59866ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.39'
1+
__version__ = '0.1.40'

edx_credentials_themes/templates/edx.org/_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<header class="header-app" role="banner">
33
<h1 class="header-app-title">
44
<a class="logo" href="{{ site.siteconfiguration.lms_url_root }}">
5-
{% include 'edx.org/images/edx-logo.svg' %}
5+
<img class="logo-img" src="{{site_logo_url}}" alt="{% firstof platform_name site.name%}" />
66
</a>
77
<span class="sr-only">{% firstof site.name platform_name %}</span>
88
</h1>

0 commit comments

Comments
 (0)