Skip to content

Commit

Permalink
update socials card
Browse files Browse the repository at this point in the history
  • Loading branch information
fnzip committed Oct 5, 2024
1 parent 640c7f2 commit cfdc5d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/home/MobileSocials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
const socials = [
{
name: 'GitHub',
url: 'https://github.com/eliancodes',
url: 'https://github.com/alfianokt/belajar.dev',
icon: 'i-uil-github',
},
{
name: 'Twitter',
url: 'https://www.twitter.com/eliancodes',
url: 'https://www.twitter.com/fnzpi',
icon: 'i-uil-twitter',
},
{
name: 'LinkedIn',
url: 'https://www.linkedin.com/in/elianvancutsem',
url: 'https://www.linkedin.com/in/alfianokt',
icon: 'i-uil-linkedin',
},
];
Expand Down

0 comments on commit cfdc5d5

Please sign in to comment.