From a01e84afdb2af4e4d3f32205587514d36b4ecd2e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 02:43:22 +0530 Subject: [PATCH] feat: bars icon --- ui/src/components/Topbar/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index c7e358a7..d534fdab 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -1,5 +1,6 @@ import { Layout, Menu, Col } from "antd"; import { Link } from "react-router-dom"; +import { FaBars } from "react-icons/fa"; const { Header } = Layout; @@ -25,7 +26,7 @@ const Topbar = () => { - {/* Add a hamburger icon for mobile menu */} +