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