Skip to content

Commit 3044c7b

Browse files
committed
fix flasing mobile side bar
1 parent 8df5c07 commit 3044c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function Header() {
112112
gap="10px"
113113
p="10px"
114114
>
115-
<Suspense fallback={<MobMenu />}>
115+
<Suspense>
116116
<MobMenuButton>
117117
<MobMenu />
118118
</MobMenuButton>

0 commit comments

Comments
 (0)