Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3f1d9cb

Browse files
committed
feat: open resume in a new page
1 parent 2b58cf0 commit 3f1d9cb

File tree

1 file changed

+5
-1
lines changed
  • src/routes/PositionDetails/components/PositionCandidates

1 file changed

+5
-1
lines changed

src/routes/PositionDetails/components/PositionCandidates/index.jsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@ const PositionCandidates = ({ position, candidateStatus, updateCandidate }) => {
175175
limit={7}
176176
/>
177177
{candidate.resume && (
178-
<a href={`${candidate.resume}`} styleName="resume-link">
178+
<a
179+
href={`${candidate.resume}`}
180+
styleName="resume-link"
181+
target="_blank"
182+
>
179183
<IconResume />
180184
Download Resume
181185
</a>

0 commit comments

Comments
 (0)