From 7937611272a9a1867a8f216c699af860ff760cdf Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Tue, 15 Jan 2019 14:34:17 +0900 Subject: [PATCH] Make internal URL clickable --- src/views/preview/presentation.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 })} }