From 31b76e8c830392902c7f9d169d13bf794a20dbf9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:28:39 +0530 Subject: [PATCH] chore: lint --- ui/src/components/Sidebar/index.tsx | 56 ++++++++++++++--------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx index 7a424b5b..f585075b 100644 --- a/ui/src/components/Sidebar/index.tsx +++ b/ui/src/components/Sidebar/index.tsx @@ -4,34 +4,34 @@ import { Link } from "react-router-dom"; const { Sider } = Layout; const Sidebar = () => { - return ( - -
- - - Bots - - - Subscription - - - API - - - Workflow - - -
- {/* Add logo image here */} - Maxun logo - Maxun -
-
-
- ); + return ( + +
+ + + Bots + + + Subscription + + + API + + + Workflow + + +
+ {/* Add logo image here */} + Maxun logo + Maxun +
+
+
+ ); }; export default Sidebar; \ No newline at end of file