Skip to content

Commit

Permalink
fix: 모집글 문구 변경 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Aug 20, 2024
1 parent 8f61e14 commit d00f38d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export default function RecruitButton() {
href='/recruit/'
className='mb-[0.5rem] mt-[4rem] rounded-[1.2rem] bg-white'
>
<Button theme='white' size='lg' RightIcon={IconChevronRight}>35기 지원하기</Button>
{/* <Button theme='white' size='lg' RightIcon={IconChevronRight}>35기 지원하기</Button> */}
<Button theme='white' size='lg' RightIcon={IconChevronRight}>35기 모집글 보기</Button>
</Link>
<p className='text-16-regular text-brand-orange mb-[4.2rem] mt-[1.2rem] text-center'>{timeLeft}</p>
</>
Expand Down

0 comments on commit d00f38d

Please sign in to comment.