Commit 035a4804 by Sarina Canelake

Merge pull request #6230 from edx/sarina/fix-openedx-logo

Change openedx footer image to a non-broken link
parents 2e5b9676 d2b11991
......@@ -66,11 +66,11 @@
<a href="http://openedx.org/">
## standard powered-by logo
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<img src="https://files.edx.org/openedx-logos/openedx-logo-tag.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
<img src="https://files.edx.org/openedx-logos/edx-openedx-logo-tag.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
## greyscale logo for dark background
## <img src="https://files.edx.org/openedx-logos/openedx-logo-tag-light.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
## <img src="https://files.edx.org/openedx-logos/edx-openedx-logo-tag-light.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
## greyscale logo for light background
## <img src="https://files.edx.org/openedx-logos/openedx-logo-tag-dark.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
## <img src="https://files.edx.org/openedx-logos/edx-openedx-logo-tag-dark.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
</a>
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment