mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Add tutorial links
This commit is contained in:
parent
7db60b7631
commit
ecccc6ac23
1 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ class Ideas extends React.Component {
|
|||
<h1 className="title-banner-h1">
|
||||
<FormattedMessage id="ideas.headerMessage" />
|
||||
</h1>
|
||||
<a href="">
|
||||
<a href="/projects/editor/?tutorial=all">
|
||||
<Button className="ideas-button">
|
||||
<img src="/images/ideas/bulb-icon.svg" />
|
||||
<FormattedMessage id="ideas.headerButtonMessage" />
|
||||
|
@ -101,7 +101,7 @@ class Ideas extends React.Component {
|
|||
<p>
|
||||
<FormattedHTMLMessage id="ideas.gettingStartedText" />
|
||||
</p>
|
||||
<a href="">
|
||||
<a href="/projects/editor/?tutorial=getStarted">
|
||||
<Button className="ideas-button">
|
||||
<img src="/images/ideas/try-it-icon.svg" />
|
||||
<FormattedMessage id="ideas.tryIt" />
|
||||
|
@ -132,7 +132,7 @@ class Ideas extends React.Component {
|
|||
/>
|
||||
<a
|
||||
className="wide-button"
|
||||
href=""
|
||||
href="/projects/editor/?tutorial=all"
|
||||
>
|
||||
<Button className="ideas-button wide-button">
|
||||
<FormattedMessage id="ideas.seeAllTutorials" />
|
||||
|
|
Loading…
Add table
Reference in a new issue