From 7e6702ae32df9640848376eb17a69a8bd44efdab Mon Sep 17 00:00:00 2001 From: Hai <98948357+haijie-x@users.noreply.github.com> Date: Sat, 29 Apr 2023 03:53:47 +0800 Subject: [PATCH] fix: top bar style when window width less than 1024px (#453) --- src/components/dashboard/DashboardTopbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/dashboard/DashboardTopbar.tsx b/src/components/dashboard/DashboardTopbar.tsx index f25425b1..60934620 100644 --- a/src/components/dashboard/DashboardTopbar.tsx +++ b/src/components/dashboard/DashboardTopbar.tsx @@ -64,7 +64,6 @@ export const DashboardTopbar: React.FC<{
{userWidget} -
) }