Skip to content

Commit

Permalink
refactor: used dub links
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkisafk committed Jul 31, 2024
1 parent 33ea58c commit 74f4d46
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/components/SocialList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const socialLinks: {
}[] = [
{
friendlyName: "Github",
link: "https://github.com/jfkisafk",
link: "https://link.stelo.me/git",
name: "ph:github-logo-duotone",
},
{
excludeFromFooter: true,
friendlyName: "Linkedin",
link: "https://www.linkedin.com/in/stelo/",
link: "https://link.stelo.me/in",
name: "ph:linkedin-logo-duotone",
},
{
Expand All @@ -33,13 +33,7 @@ const socialLinks: {
friendlyName: "Mail",
link: "mailto:contact@stelo.dev",
name: "ph:envelope-duotone",
},
{
excludeFromFooter: true,
friendlyName: "Resume",
link: "https://cdn.stelo.dev/resumes/default.pdf",
name: "ph:read-cv-logo-duotone",
},
}
];
---

Expand Down

0 comments on commit 74f4d46

Please sign in to comment.