Skip to content

Commit b99d940

Browse files
authored
Merge pull request aws-amplify#6387 from aws-amplify/hide-search
hide search
2 parents 659e20d + e40d1ff commit b99d940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Layout/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const Layout = ({
233233
Menu
234234
</Button>
235235

236-
<View
236+
{/* <View
237237
className={classNames(
238238
'layout-search__search',
239239
`layout-search__search--${pageType}`,
@@ -254,7 +254,7 @@ export const Layout = ({
254254
}}
255255
/>
256256
</View>
257-
</View>
257+
</View> */}
258258
</Flex>
259259
<View
260260
className={classNames('layout-sidebar', {

0 commit comments

Comments
 (0)