diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx index d31b3445..4b2ab0e2 100644 --- a/ui/src/components/Sidebar/index.tsx +++ b/ui/src/components/Sidebar/index.tsx @@ -1,6 +1,6 @@ import React from "react"; import { Layout, Menu, Col, Row } from "antd"; -import { Link } from "react-router-dom"; // Assuming you're using react-router-dom for navigation +import { Link } from "react-router-dom"; const { Sider } = Layout; @@ -8,9 +8,9 @@ const Sidebar = () => { return ( -
{/* Full height container */} +
Dashboard