diff --git a/src/components/Layout/Header/GlobalSearch/GlobalSearchButton.tsx b/src/components/Layout/Header/GlobalSearch/GlobalSearchButton.tsx index 37e905c944e..43f71d49330 100644 --- a/src/components/Layout/Header/GlobalSearch/GlobalSearchButton.tsx +++ b/src/components/Layout/Header/GlobalSearch/GlobalSearchButton.tsx @@ -11,9 +11,6 @@ interface GlobalSearchButtonProps { isIconButton?: boolean } -const widthProp = { base: 'auto', lg: 'full' } -const displayProp1 = { base: 'flex', lg: 'none' } -const displayProp2 = { base: 'none', lg: 'flex' } const sxProp1 = { svg: { width: '18px', height: '18px' } } const searchIcon = @@ -50,14 +47,7 @@ export const GlobalSearchButton = memo(({ isIconButton = false }: GlobalSearchBu data-testid='global-search-button' /> ) : ( - - +