Merge pull request #1769 from edx/frances/fix/studio-edit-headerimage-bug
Broken image in Studio component help sidebar
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<div class="row">
|
||||
<h6>${_("Heading 1")}</h6>
|
||||
<div class="col sample heading-1">
|
||||
<img src="${static.url("/img/header-example.png")}" />
|
||||
<img src="${static.url("img/header-example.png")}" />
|
||||
</div>
|
||||
<div class="col">
|
||||
<pre><code>H1
|
||||
|
||||
Reference in New Issue
Block a user