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, { {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>
} }