Skip to content

Commit

Permalink
feat: Update recruit button link to 36th recruitment Notion page (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jan 29, 2025
1 parent 9646c7e commit 5915fc0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ export default function RecruitButton() {

return (
<>
<Link href='/recruit/' className='mb-[0.5rem] mt-[4rem] rounded-[1.2rem] bg-white'>
{/* <Link href='/recruit/' className='mb-[0.5rem] mt-[4rem] rounded-[1.2rem] bg-white'> */}
<Link
href='https://sopt-makers.notion.site/36-2ff73e675e064d8fa762d409134eeb32'
className='mb-[0.5rem] mt-[4rem] rounded-[1.2rem] bg-white'
>
<Button theme='white' size='lg' RightIcon={IconChevronRight}>
36기 지원하기
</Button>
Expand Down

0 comments on commit 5915fc0

Please sign in to comment.