From 1695e26dc800fb54e41bc89d23cf19c6b0a5e91a Mon Sep 17 00:00:00 2001 From: Joe Del Date: Mon, 9 Mar 2020 09:28:21 -0400 Subject: [PATCH] fix broken link to babel repl on jsx-compiler page (#2349) --- src/pages/jsx-compiler.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/jsx-compiler.html.js b/src/pages/jsx-compiler.html.js index 915d34bb..acdcfd9e 100644 --- a/src/pages/jsx-compiler.html.js +++ b/src/pages/jsx-compiler.html.js @@ -30,7 +30,7 @@ const JsxCompiler = ({location}: Props) => (

We recommend using another tool such as{' '} - the Babel REPL. + the Babel REPL.