Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
youngminss committed Sep 21, 2024
1 parent b1344cd commit b596818
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions components/recruit/RecruitBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ function RecruitBanner() {
/>
<ButtonBlock
target="_blank"
href={Yapp.YAPP_RECRUIT_ALL}
href={
IS_RECRUITING ? Yapp.YAPP_RECRUIT_ALL : NEXT_GENERATION_RECRUIT_LINK
}
rel="noreferrer"
>
<ApplyButton
Expand All @@ -35,11 +37,6 @@ function RecruitBanner() {
fontColor="white"
buttonColor="grey_850"
borderColor="lightGrey"
onClick={() => {
if (!IS_RECRUITING) {
window.open(NEXT_GENERATION_RECRUIT_LINK, '_blank');
}
}}
>
{IS_RECRUITING ? '모든 공고 보기' : '지원마감'}
</ApplyButton>
Expand Down

0 comments on commit b596818

Please sign in to comment.