Commit f3aa720c by frances botsford

Merge pull request #1769 from edx/frances/fix/studio-edit-headerimage-bug

Broken image in Studio component help sidebar
parents df0e1c49 d3906f84
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<div class="row"> <div class="row">
<h6>${_("Heading 1")}</h6> <h6>${_("Heading 1")}</h6>
<div class="col sample heading-1"> <div class="col sample heading-1">
<img src="${static.url("/img/header-example.png")}" /> <img src="${static.url("img/header-example.png")}" />
</div> </div>
<div class="col"> <div class="col">
<pre><code>H1 <pre><code>H1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment