mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Make internal URL clickable
This commit is contained in:
parent
89ef3d1230
commit
7937611272
1 changed files with 2 additions and 2 deletions
|
@ -393,7 +393,7 @@ const PreviewPresentation = ({
|
||||||
{decorateText(projectInfo.instructions, {
|
{decorateText(projectInfo.instructions, {
|
||||||
usernames: true,
|
usernames: true,
|
||||||
hashtags: true,
|
hashtags: true,
|
||||||
scratchLinks: false
|
scratchLinks: true
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
@ -436,7 +436,7 @@ const PreviewPresentation = ({
|
||||||
{decorateText(projectInfo.description, {
|
{decorateText(projectInfo.description, {
|
||||||
usernames: true,
|
usernames: true,
|
||||||
hashtags: true,
|
hashtags: true,
|
||||||
scratchLinks: false
|
scratchLinks: true
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue