Merge pull request #5841 from edx/cms-consistent-branding-image-names

Rename Studio logo
This commit is contained in:
David Baumgold
2014-11-06 14:56:31 -05:00
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -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:
<%