From 2bd2eaadedb15d7ca0785c3813c074e32ca9de0b Mon Sep 17 00:00:00 2001 From: ryanvalentin Date: Fri, 2 Feb 2018 11:30:40 -0800 Subject: [PATCH] Add learn more link to import --- frontend/src/ts/components/Admin.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/ts/components/Admin.tsx b/frontend/src/ts/components/Admin.tsx index 6cc7845..b8c2c19 100644 --- a/frontend/src/ts/components/Admin.tsx +++ b/frontend/src/ts/components/Admin.tsx @@ -132,6 +132,10 @@ const getActiveTabView = (props: IFormProps) => {

{__('Import your existing WordPress comments to Disqus.')} + {' '} + + {__('Learn More')} +

{getExportContainer(props)}