Skip to content

Commit f0a37cf

Browse files
Merge pull request openedx#5841 from edx/cms-consistent-branding-image-names
Rename Studio logo
2 parents e4e4501 + cfaa9dd commit f0a37cf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cms/templates/widgets/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div class="wrapper wrapper-l">
1313
## "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>
14+
<h1 class="branding"><a href="/"><img src="${static.url("img/edx-studio-logo.png")}" alt="edX Studio" /></a></h1>
1515

1616
% if context_course:
1717
<%

0 commit comments

Comments
 (0)