Skip to content

Commit

Permalink
feat: Add target and rel attributes to recruit button link (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Feb 2, 2025
1 parent 5915fc0 commit 9af158e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/components/common/AboutRecruit/RecruitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export default function RecruitButton() {
<Link
href='https://sopt-makers.notion.site/36-2ff73e675e064d8fa762d409134eeb32'
className='mb-[0.5rem] mt-[4rem] rounded-[1.2rem] bg-white'
target='_blank'
rel='noopener noreferrer'
>
<Button theme='white' size='lg' RightIcon={IconChevronRight}>
36기 지원하기
Expand Down

0 comments on commit 9af158e

Please sign in to comment.