@@ -34,6 +38,8 @@ const SettingsOption = ({
};
const Settings = () => {
+ const navigate = useNavigate();
+
return (
@@ -60,6 +66,7 @@ const Settings = () => {
icon={User}
label="프로필 관리"
description="개인정보 및 프로필 설정"
+ onClick={() => navigate('/profile-management')}
/>