Skip to content

Commit

Permalink
비로그인 시의 전체서비스 페이지 수정 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwl98 authored Dec 3, 2023
1 parent a381831 commit a57add0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/AllServicesPage/AllServicesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ export const AllServicesPage = () => {
<MenuItem
icon={<Pen />}
pageName="게스트 모집하기"
color={myId ? null : theme.PALETTE.GRAY_300}
onClickMenuItem={() => moveToPage(PATH_NAME.CREATE_GAME)}
/>
<MenuItem
icon={<Foot />}
pageName="내 근처 게스트 매치"
color={myId ? null : theme.PALETTE.GRAY_300}
onClickMenuItem={() => moveToPage(PATH_NAME.GAMES_NEAR)}
/>
<MenuItem
Expand All @@ -108,6 +108,7 @@ export const AllServicesPage = () => {
<MenuItem
icon={<Pen />}
pageName="크루 만들기"
color={myId ? null : theme.PALETTE.GRAY_300}
onClickMenuItem={() => moveToPage(PATH_NAME.CREATE_CREW)}
/>
<MenuItem
Expand Down

0 comments on commit a57add0

Please sign in to comment.