Make internal URL clickable

This commit is contained in:
apple502j 2019-01-15 14:34:17 +09:00 committed by GitHub
parent 89ef3d1230
commit 7937611272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
}