From d36b00b05bdbc5f6c539f55076e6f8f77fec469a Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Fri, 20 Dec 2019 18:47:47 +0200 Subject: [PATCH] Replaced " with ' --- .../cc/ui/src/components/pages/NotFoundPage.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/pages/NotFoundPage.js b/monkey/monkey_island/cc/ui/src/components/pages/NotFoundPage.js index 1148b06aa..85fa9e149 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/NotFoundPage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/NotFoundPage.js @@ -11,11 +11,11 @@ class ConfigurePageComponent extends React.Component{ render(){ return( -
- -
-

404

-

Page not found

+
+ +
+

404

+

Page not found

)