Skip to content

Commit

Permalink
feat(components): ✨ Update social links
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-mirana committed May 22, 2022
1 parent 2bb2816 commit e71a79d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,13 @@ export default function Home() {
<Cursor
speed={0.2}
icons={[
{ icon: github, description: 'My GitHub', fontSize: 40, link: 'https://github.com/' },
{ icon: mail, description: 'My Email', fontSize: 40, link: 'mailto:info@example.com' },
{ icon: github, description: 'My GitHub', fontSize: 40, link: 'https://github.com/mini-mirana' },
{ icon: mail, description: 'My Email', fontSize: 40, link: 'mailto:mini_mirana@yahoo.com' },
{
icon: download,
description: 'Download Resume pdf version',
fontSize: 40,
link: 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf'
link: 'https://res.cloudinary.com/mirana/image/upload/v1648231087/personal-website/Abdolrahman_Ghaedi_Resume_ikv8tw.pdf'
}
]}
sections={[
Expand Down

0 comments on commit e71a79d

Please sign in to comment.