Skip to content

Commit

Permalink
Merge pull request #11 from spencer-rafada/spencer/movedResume
Browse files Browse the repository at this point in the history
refactored resume code
  • Loading branch information
spencer-rafada authored Oct 10, 2023
2 parents 6bec832 + 295747b commit 0eb0198
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Item from './Item'

export default function Experience({ aRef }) {
const handleViewResume = () => {
window.open('/SpencerRafada.pdf', '_blank')
window.open('SpencerRafada.pdf', '_blank')
}
return (
<div ref={aRef} className='displaySection__experience'>
Expand Down

0 comments on commit 0eb0198

Please sign in to comment.