diff --git a/src/app/job/page.tsx b/src/app/job/page.tsx index 7034fa0c8..77a0e6021 100644 --- a/src/app/job/page.tsx +++ b/src/app/job/page.tsx @@ -33,8 +33,8 @@ const JobInfo = () => { return ( - - + + 채용 공고 diff --git a/src/app/panel/main-page/MainCard.tsx b/src/app/panel/main-page/MainCard.tsx index 5e8d8ed14..df21876fa 100644 --- a/src/app/panel/main-page/MainCard.tsx +++ b/src/app/panel/main-page/MainCard.tsx @@ -16,6 +16,8 @@ import { ChipStyle } from '@/app/panel/main-page/MainCard.style' import CuPhotoBox from '@/components/CuPhotoBox' import dynamic from 'next/dynamic' import dayjs from 'dayjs' +import { TypeChip } from '@/app/recruit/[id]/panel/RecruitInfoElement' +import React from 'react' const DynamicOtherProfile = dynamic(() => import('@/app/panel/OthersProfile'), { loading: () => <>, @@ -181,13 +183,10 @@ const MainCard = ({ > {title} - - - - {dayjs(createdAt).format('YYYY-MM-DD')} - + + - {member}명 + {dayjs(createdAt).format('YYYY-MM-DD')} · {member}명 diff --git a/src/app/panel/main-page/MainMobileView.tsx b/src/app/panel/main-page/MainMobileView.tsx index e7c2b86ac..7f25738e2 100644 --- a/src/app/panel/main-page/MainMobileView.tsx +++ b/src/app/panel/main-page/MainMobileView.tsx @@ -29,7 +29,7 @@ const MainMobileView = ({ initData }: { initData: IPagination }) => { return ( - {queryKeyword === '' ? ( + {queryKeyword == '' ? ( <> @@ -74,7 +74,6 @@ const MainMobileView = ({ initData }: { initData: IPagination }) => { }) => { {`${data?.current}/${data?.totalNumber} 명`} + >{`${data?.totalNumber} 명`} ) : ( - roleList?.map(({ name, number, current }, idx: number) => ( + roleList?.map(({ name, number }, idx: number) => ( {`${name} ${current}/${number} 명`} + >{`${name} ${number} 명`} )) )} diff --git a/src/app/recruit/[id]/panel/RecruitInfoElement.tsx b/src/app/recruit/[id]/panel/RecruitInfoElement.tsx index 00f682b81..0de2a7720 100644 --- a/src/app/recruit/[id]/panel/RecruitInfoElement.tsx +++ b/src/app/recruit/[id]/panel/RecruitInfoElement.tsx @@ -28,7 +28,7 @@ export const TypeChip = ({ type }: { type: ProjectType }) => { return (