Skip to content

Commit 53de9c6

Browse files
committed
Upadte cv
1 parent bbba57a commit 53de9c6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

example/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
},
3535
social: [
3636
{
37-
url: '/resume.pdf',
37+
url: '/CV.pdf',
3838
icon: ['ai', 'cv'],
3939
}, {
4040
url: 'https://github.com/codejaeger',

example/static/CV.pdf

96.7 KB
Binary file not shown.

gatsby-theme-academic/src/pages/resume.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class Resume extends Component {
3939
path="resume"
4040
/>
4141
<Document
42-
file="../resume.pdf"
42+
file="../CV.pdf"
4343
onLoadSuccess={this.onDocumentLoadSuccess}
4444
>
4545
<Page pageNumber={pageNumber} />

0 commit comments

Comments
 (0)