mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Use template for tutorial URLs
This commit is contained in:
parent
ecccc6ac23
commit
8fddd3b430
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Ideas extends React.Component {
|
|||
renderTTTTiles () {
|
||||
return Tiles.map((tile, key) => {
|
||||
const translatedTile = {
|
||||
tutorialUrl: tile.tutorialUrl,
|
||||
tutorialUrl: `/projects/editor/?tutorial=${tile.tutorialUrl}`,
|
||||
modalImage: tile.modalImage,
|
||||
description: this.props.intl.formatMessage({id: tile.description}),
|
||||
guideUrl: this.props.intl.formatMessage({id: tile.guideUrl}),
|
||||
|
|
Loading…
Add table
Reference in a new issue