diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index f377ecf6..dc0c3cc1 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