Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guigui14460 committed Feb 25, 2023
1 parent 7039b55 commit dffe38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const HomePage = () => {
<h2>Resume download section</h2>
<p className='justify'>You can download my resume with the two following buttons:</p>
<div style={{ display: 'flex', textAlign: 'center', justifyContent: 'space-evenly' }}>
<ButtonExternalLink title="English resume" targetLink="/documents/english_resume_guillaume_letellier.pdf" target="_blank" className='primary' size={1.2}>English (version)</ButtonExternalLink>
<ButtonExternalLink title="French resume" targetLink="/documents/french_resume_guillaume_letellier.pdf" target="_blank" className='ternary' size={1.2}>French (version)</ButtonExternalLink>
<ButtonExternalLink title="English resume" targetLink="/documents/english_resume_guillaume_letellier.pdf" target="_blank" className='primary' size={1.2}>English version</ButtonExternalLink>
<ButtonExternalLink title="French resume" targetLink="/documents/french_resume_guillaume_letellier.pdf" target="_blank" className='ternary' size={1.2}>French version</ButtonExternalLink>
</div>
</section>
<section>
Expand Down

0 comments on commit dffe38e

Please sign in to comment.