Merge pull request #5841 from edx/cms-consistent-branding-image-names
Rename Studio logo
This commit is contained in:
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -11,7 +11,7 @@
|
||||
|
||||
<div class="wrapper wrapper-l">
|
||||
## "edX Studio" should not be translated
|
||||
<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>
|
||||
|
||||
% if context_course:
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user