Skip to content

Commit

Permalink
Merge pull request #78 from PNU-AID/dev
Browse files Browse the repository at this point in the history
Dev: 모집 대상 길이 수정
  • Loading branch information
yeonddori authored Feb 25, 2024
2 parents e92d32a + c91d20b commit fe292c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mainpage/MainSecondComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function MainSecondComponent({ activeSection }: MainSecondComponentProps) {
</div>
<div className="flex w-full">
<label>{t('subject_to_recruitment')}: </label>
<span className="ml-auto max-w-[300px] text-wrap text-end">
<span className="ml-auto max-w-[270px] text-wrap text-end">
{currentLanguage === 'ko'
? recruitInfo?.ko.recruitment_target
: recruitInfo?.en.recruitment_target || '미정'}
Expand Down

0 comments on commit fe292c1

Please sign in to comment.