We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f35fd commit c215b32Copy full SHA for c215b32
1 file changed
src/components/MainMenu.tsx
@@ -131,14 +131,7 @@ export const MainMenu = ({ onSelect }: MainMenuProps) => {
131
<Box flexDirection="column">
132
<Breadcrumb items={[{ label: "Home", active: true }]} />
133
134
- {/* Wrap Banner in Static so it only renders once */}
135
- <Static items={[{ key: "banner" }]}>
136
- {(item) => (
137
- <Box key={item.key} flexShrink={0}>
138
- <Banner />
139
- </Box>
140
- )}
141
- </Static>
+ <Banner />
142
143
<Box flexDirection="column" paddingX={2} flexShrink={0}>
144
<Box paddingX={1}>
0 commit comments