Skip to content

Commit

Permalink
Merge pull request #164 from BCSDLab/feature/#163-미구현_라우팅_제거
Browse files Browse the repository at this point in the history
미구현 페이지 라우팅 제거
  • Loading branch information
MinGu-Jeong authored Apr 8, 2024
2 parents ddb79a3 + 3575a59 commit 79a374f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layout/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default function SideBar() {
회원 승인
</Button>
<Button color="secondary" sx={{ marginTop: '20px' }} size="large" onClick={() => navigate('track')} css={S.button(currentPage === PATHS.track)}>트랙 정보</Button>
<Button color="secondary" sx={{ marginTop: '20px' }} size="large" onClick={() => navigate('team')} css={S.button(currentPage === PATHS.team)}>팀 정보</Button>
<Button color="secondary" sx={{ marginTop: '20px' }} size="large" onClick={() => navigate('role')} css={S.button(currentPage === PATHS.role)}>직책 정보</Button>
<Button color="secondary" sx={{ marginTop: '20px' }} size="large" onClick={() => navigate('reservation')} css={S.button(currentPage === PATHS.reservation)}>예약 정보</Button>

Expand Down

0 comments on commit 79a374f

Please sign in to comment.