Commit 600830ac authored by Eric Rosenbaum's avatar Eric Rosenbaum

Fixing links

parent bd96aaf8
......@@ -39,7 +39,7 @@ const TTTModal = props => (
<p className="ttt-description">{props.description}</p>
<a
className="button ttt-try-tutorial-button"
href=""
href={props.tutorialUrl}
>
<img src="/images/ideas/bulb-icon.svg" />
<FormattedMessage id="ideas.tryTheTutorial" />
......@@ -52,7 +52,10 @@ const TTTModal = props => (
<FormattedMessage id="ideas.codingCards" />
</div>
<div className="ttt-item">
<a href="">
<a
href={props.cardsUrl}
target="_blank"
>
<FormattedMessage id="ideas.downloadPDF" />
</a>
</div>
......@@ -65,7 +68,10 @@ const TTTModal = props => (
<FormattedMessage id="ideas.educatorGuide" />
</div>
<div className="ttt-item">
<a href="">
<a
href={props.guideUrl}
target="_blank"
>
<FormattedMessage id="ideas.downloadPDF" />
</a>
</div>
......
......@@ -158,6 +158,7 @@ class Ideas extends React.Component {
href={this.props.intl.formatMessage({
id: 'cards.ScratchCardsAllLink'
})}
target="_blank"
>
<Button className="ideas-button">
<img src="/images/ideas/download-icon.svg" />
......
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