From 25fa1eec6e9432fd95d05579ae41dbed6c88146e Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Thu, 23 Aug 2018 11:59:39 -0700 Subject: [PATCH] update copy button text --- components/ExportButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ExportButton.js b/components/ExportButton.js index cb32492..b49e391 100644 --- a/components/ExportButton.js +++ b/components/ExportButton.js @@ -16,7 +16,7 @@ function ExportButton({ router, children, color }) { {children === 'COPY EMBED' ? ( - {({ copied }) => } + {({ copied }) => } ) : (