Commit 4ca603b0 authored by St19_Galla's avatar St19_Galla Committed by GitHub

One more update for '/'

parent 880413a6
...@@ -82,7 +82,7 @@ var Landing = injectIntl(React.createClass({ ...@@ -82,7 +82,7 @@ var Landing = injectIntl(React.createClass({
<h3 id="guides-header"><FormattedMessage id="teacherlanding.guidesTitle" /></h3> <h3 id="guides-header"><FormattedMessage id="teacherlanding.guidesTitle" /></h3>
<FlexRow className="guides-and-tutorials"> <FlexRow className="guides-and-tutorials">
<div> <div>
<a href="/help"> <a href="/help/">
<img src="/svgs/teachers/resources.svg" alt="resources icon" /> <img src="/svgs/teachers/resources.svg" alt="resources icon" />
</a> </a>
<p> <p>
...@@ -90,7 +90,7 @@ var Landing = injectIntl(React.createClass({ ...@@ -90,7 +90,7 @@ var Landing = injectIntl(React.createClass({
</p> </p>
</div> </div>
<div> <div>
<a href="/projects/editor/?tip_bar=home"> <a href="/projects/editor/?tip_bar=home/">
<img src="/svgs/teachers/tips-window.svg" alt="tips window icon" /> <img src="/svgs/teachers/tips-window.svg" alt="tips window icon" />
</a> </a>
<p> <p>
......
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