Skip to content

Commit da8b15c

Browse files
committed
_blank
1 parent e93fd22 commit da8b15c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • frontend/src/components/job-board-layout

frontend/src/components/job-board-layout/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ export const JobBoardLayout = ({
7878
</Article>
7979
<Spacer size="xl" />
8080
{jobListing.applyUrl && (
81-
<Button href={jobListing.applyUrl} variant="secondary">
81+
<Button
82+
target="_blank"
83+
href={jobListing.applyUrl}
84+
variant="secondary"
85+
>
8286
<FormattedMessage id="jobboard.applyNow" />
8387
</Button>
8488
)}

0 commit comments

Comments
 (0)