From a1af0e7063aa64677747272a3e02482ade2c9188 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 02:48:16 +0530 Subject: [PATCH] feat: add mobile drawer --- ui/src/components/Topbar/index.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index 44a4c5c4..a137e798 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -48,6 +48,25 @@ const Topbar = () => { + + + + Link 1 + + + Link 2 + + + Link 3 + + + ); };