From cbdb9eaa4957bbb80d22d158930a7e3e32c8f916 Mon Sep 17 00:00:00 2001 From: Dalton Date: Fri, 3 Jan 2020 21:36:27 -0600 Subject: [PATCH] fixed comment --- ui/component/common/markdown-preview-internal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/common/markdown-preview-internal.jsx b/ui/component/common/markdown-preview-internal.jsx index 5d76dec5e..e37c0c793 100644 --- a/ui/component/common/markdown-preview-internal.jsx +++ b/ui/component/common/markdown-preview-internal.jsx @@ -36,7 +36,7 @@ const SimpleLink = (props: SimpleLinkProps) => { let { href } = props; if (href && href.startsWith('lbry://')) { href = formatLbryUrlForWeb(href); - // using NavLink after format to handle "/" vs "#/" + // using Link after formatLbryUrl to handle "/" vs "#/" // for web and desktop scenarios respectively return (