We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93fd22 commit da8b15cCopy full SHA for da8b15c
1 file changed
frontend/src/components/job-board-layout/index.tsx
@@ -78,7 +78,11 @@ export const JobBoardLayout = ({
78
</Article>
79
<Spacer size="xl" />
80
{jobListing.applyUrl && (
81
- <Button href={jobListing.applyUrl} variant="secondary">
+ <Button
82
+ target="_blank"
83
+ href={jobListing.applyUrl}
84
+ variant="secondary"
85
+ >
86
<FormattedMessage id="jobboard.applyNow" />
87
</Button>
88
)}
0 commit comments