Skip to content

Commit

Permalink
feat: 쪽지 페이지 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cyeju committed Sep 2, 2023
1 parent 41232d6 commit 134924f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BottomNavigation/BottomNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BottomNavigation = ({}: Props) => {
selected={pathname === "/"}
/>
</NavIconWrapper>
<NavIconWrapper
{/* <NavIconWrapper
onClick={() => {
router.push(Route.CHAT());
}}
Expand All @@ -38,7 +38,7 @@ const BottomNavigation = ({}: Props) => {
height={24}
selected={Boolean(pathname.match("/((chat).*)"))}
/>
</NavIconWrapper>
</NavIconWrapper> */}
<NavIconWrapper
onClick={() => {
router.push(Route.FRIEND());
Expand Down

0 comments on commit 134924f

Please sign in to comment.