Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
fix: Handle the security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AjanShrestha committed Dec 22, 2019
1 parent 19d77bd commit 1b9d088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/JobModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function JobModal({job, open, handleClose}) {
<Button onClick={handleClose} color="primary">
Close
</Button>
<a href={job.url} target="_blank">
<a href={job.url} target="_blank" rel="noopener noreferrer">
<Button color="primary">Apply</Button>
</a>
</DialogActions>
Expand Down

0 comments on commit 1b9d088

Please sign in to comment.