From 6ee0a3e1e80e329ccc4287d04370566adc49860b Mon Sep 17 00:00:00 2001 From: Anusree Subash Date: Sun, 16 Oct 2022 17:57:25 +0530 Subject: [PATCH] chore: fixed lint issues --- .../src/components/BrunoSupport/index.js | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/bruno-app/src/components/BrunoSupport/index.js b/packages/bruno-app/src/components/BrunoSupport/index.js index 10507a20b..b7a878b75 100644 --- a/packages/bruno-app/src/components/BrunoSupport/index.js +++ b/packages/bruno-app/src/components/BrunoSupport/index.js @@ -5,33 +5,33 @@ import StyledWrapper from "./StyledWrapper"; const BrunoSupport = ({onClose}) => { return ( - - -
-
- - Report Issues - -
-
- - - Github - -
-
- - Twitter - -
+ + + + + ); }