diff --git a/src/components/commons/Nav.tsx b/src/components/commons/Nav.tsx index 6a67cee9..36807591 100644 --- a/src/components/commons/Nav.tsx +++ b/src/components/commons/Nav.tsx @@ -40,14 +40,30 @@ const Nav = () => { return ( <> - handleOnClickNav('둘러보기')} $disabled={userRole === 'SENIOR'}> - - 둘러보기 - - handleOnClickNav('나의 약속')}> - - 나의 약속 - + {userRole === 'SENIOR' ? ( + <> + handleOnClickNav('둘러보기')} $disabled={userRole === 'SENIOR'}> + + 둘러보기 + + handleOnClickNav('나의 약속')}> + + 나의 약속 + + + ) : ( + <> + handleOnClickNav('나의 약속')}> + + 나의 약속 + + handleOnClickNav('둘러보기')}> + + 둘러보기 + + + )} + handleOnClickNav('마이페이지')} $disabled={true}> 마이페이지