diff --git a/src/app/(auth)/signup/page.tsx b/src/app/(auth)/signup/page.tsx index 32549cdc..41dfbea3 100644 --- a/src/app/(auth)/signup/page.tsx +++ b/src/app/(auth)/signup/page.tsx @@ -22,7 +22,7 @@ export default function SignupPage() { {/* 지원자 회원가입 카드 */}
@@ -41,7 +41,7 @@ export default function SignupPage() { {/* 사장님 회원가입 카드 */}
diff --git a/src/app/components/button/dropdown/dropdownComponent/DropdownList.tsx b/src/app/components/button/dropdown/dropdownComponent/DropdownList.tsx index b84d9418..9a86f67a 100644 --- a/src/app/components/button/dropdown/dropdownComponent/DropdownList.tsx +++ b/src/app/components/button/dropdown/dropdownComponent/DropdownList.tsx @@ -21,7 +21,7 @@ const DropdownItem = ({
  • diff --git a/src/app/components/modal/modals/apply/MyApplicationModal.tsx b/src/app/components/modal/modals/apply/MyApplicationModal.tsx index 29f4e125..7bb3637e 100644 --- a/src/app/components/modal/modals/apply/MyApplicationModal.tsx +++ b/src/app/components/modal/modals/apply/MyApplicationModal.tsx @@ -36,7 +36,7 @@ const InfoRow = ({ label, value, isIntroduction }: InfoRowProps) => { return (
    {label} - {value} + {value}
    ); }; @@ -66,7 +66,7 @@ const ResumeDownloadButton = ({ resumeId, resumeName }: ResumeDownloadProps) => return (
    이력서 다운로드 -