File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { flexColumn } from '../../../../design-system/styles/flex' ;
22import HorizontalCardButton from '../../../../design-system/ui/buttons/HorizontalCardButton' ;
33import { useNavigate } from 'react-router-dom' ;
4-
5- import searchIcon from '../../../../design-system/icons/Search.svg' ;
64import Header from '../../../../design-system/ui/Header' ;
75import { buttonData } from '../../../shared/types/menuType' ;
86import BottomBar from '../../../widgets/main/ui/BottomBar' ;
@@ -17,12 +15,7 @@ const MenuPage = () => {
1715 return (
1816 < >
1917 < Header
20- centerContent = "카테고리"
21- rightContent = {
22- < button type = "button" className = "w-5 z-10" onClick = { ( ) => navigate ( '/search' ) } >
23- < img src = { searchIcon } alt = "Search Icon" className = "w-4" />
24- </ button >
25- }
18+ centerContent = "메뉴"
2619 />
2720 < div className = { `${ flexColumn } gap-4 px-8 md:px-10 mt-8` } >
2821 { buttonData . map ( ( button , index ) => (
You can’t perform that action at this time.
0 commit comments