diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index dc0c3cc1..f377ecf6 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -12,7 +12,7 @@ const Topbar = () => { const hideDrawer = () => setVisible(false); return ( -
+
Maxun