Commit d3906f84 by Frances Botsford

fixed the path to the header example image in the Studio html editor help sidebar

STUD-981
parent ceb15209
...@@ -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