Skip to content

Commit

Permalink
add temp button for exporting pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jan 20, 2024
1 parent 06db10e commit 2c558de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/generator/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function Preview() {

return (
<Output>
<button onClick={() => window.open(resume.url)}>export as pdf</button>
<PdfContainer>
<ResumeDocument
file={resume.url || '/blank.pdf'}
Expand Down

0 comments on commit 2c558de

Please sign in to comment.