Skip to content

Commit

Permalink
Merge pull request #8
Browse files Browse the repository at this point in the history
Résume -> Resume
  • Loading branch information
justin-hackin authored Feb 21, 2023
2 parents c1a968b + b03d1e0 commit 058b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PDF/PDF.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const PDF: React.FC<CMSData> = (props) => {
let minPresenceAhead = 100;
return (
// @ts-ignore
<Document author={fullName} title={`Résume for ${fullName}, ${year}`}>
<Document author={fullName} title={`Resume for ${fullName}, ${year}`}>
{/* @ts-ignore */}
<Page size="LETTER" style={styles.page}>
<View style={styles.sidebar}>
Expand Down

1 comment on commit 058b1fa

@vercel
Copy link

@vercel vercel bot commented on 058b1fa Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.