mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -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, {
|
||||
usernames: true,
|
||||
hashtags: true,
|
||||
scratchLinks: false
|
||||
scratchLinks: true
|
||||
})}
|
||||
</div>
|
||||
}
|
||||
|
@ -436,7 +436,7 @@ const PreviewPresentation = ({
|
|||
{decorateText(projectInfo.description, {
|
||||
usernames: true,
|
||||
hashtags: true,
|
||||
scratchLinks: false
|
||||
scratchLinks: true
|
||||
})}
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue