diff --git a/src/views/preview/presentation.jsx b/src/views/preview/presentation.jsx index a13ed21aa..bb925fb57 100644 --- a/src/views/preview/presentation.jsx +++ b/src/views/preview/presentation.jsx @@ -393,7 +393,7 @@ const PreviewPresentation = ({ {decorateText(projectInfo.instructions, { usernames: true, hashtags: true, - scratchLinks: false + scratchLinks: true })} } @@ -436,7 +436,7 @@ const PreviewPresentation = ({ {decorateText(projectInfo.description, { usernames: true, hashtags: true, - scratchLinks: false + scratchLinks: true })} }