We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 659e20d + e40d1ff commit b99d940Copy full SHA for b99d940
src/components/Layout/Layout.tsx
@@ -233,7 +233,7 @@ export const Layout = ({
233
Menu
234
</Button>
235
236
- <View
+ {/* <View
237
className={classNames(
238
'layout-search__search',
239
`layout-search__search--${pageType}`,
@@ -254,7 +254,7 @@ export const Layout = ({
254
}}
255
/>
256
</View>
257
- </View>
+ </View> */}
258
</Flex>
259
<View
260
className={classNames('layout-sidebar', {
0 commit comments