We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4e4501 + cfaa9dd commit f0a37cfCopy full SHA for f0a37cf
cms/static/img/logo-edx-studio.png renamed to cms/static/img/edx-studio-logo.png
cms/templates/widgets/header.html
@@ -11,7 +11,7 @@
11
12
<div class="wrapper wrapper-l">
13
## "edX Studio" should not be translated
14
- <h1 class="branding"><a href="/"><img src="${static.url("img/logo-edx-studio.png")}" alt="edX Studio" /></a></h1>
+ <h1 class="branding"><a href="/"><img src="${static.url("img/edx-studio-logo.png")}" alt="edX Studio" /></a></h1>
15
16
% if context_course:
17
<%
0 commit comments