diff --git a/src/components/common/RegisterForm/registerForm.tsx b/src/components/common/RegisterForm/registerForm.tsx index 82183a2..7919978 100644 --- a/src/components/common/RegisterForm/registerForm.tsx +++ b/src/components/common/RegisterForm/registerForm.tsx @@ -54,9 +54,9 @@ export function RegisterForm() { type === "학생" ? "STUDENT" : type === "교수/교직원" - ? "FACULTY" + ? "INACTIVE_PROFESSOR" : type === "기업관계자" - ? "COMPANY_REP" + ? "INACTIVE_COMPANY" : "EXTERNAL", })); setSelectedDepartment(null); diff --git a/src/components/common/VideoCard/VideoCard.tsx b/src/components/common/VideoCard/VideoCard.tsx index 2393698..1e25a1a 100644 --- a/src/components/common/VideoCard/VideoCard.tsx +++ b/src/components/common/VideoCard/VideoCard.tsx @@ -108,85 +108,86 @@ export const VideoCard: React.FC = ({ }; return ( -
-
-