Skip to content

Commit

Permalink
Fix inproper redirect for external links
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Feb 23, 2023
1 parent 03e58c5 commit 332203a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/state/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ export default [
{
name: "Github",
icon: GithubIcon,
link: "github.com/Rikthepixel"
link: "https://github.com/Rikthepixel"
},
{
name: "LinkedIn",
icon: LinkedInIcon,
link: "linkedin.com/in/rik-den-breejen-a84aa71a7/"
link: "https://linkedin.com/in/rik-den-breejen-a84aa71a7/"
},
{
name: "Youtube",
icon: YoutubeIcon,
link: "youtube.com/@rikthepixel"
link: "https://youtube.com/@rikthepixel"
}
]satisfies IExternalLink[];

0 comments on commit 332203a

Please sign in to comment.