Skip to content

Commit

Permalink
socials linked
Browse files Browse the repository at this point in the history
  • Loading branch information
shouhanzen committed Sep 6, 2024
1 parent a2d09cb commit b1ca93d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/site-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ export const siteConfig = {
socialLinks: [
{
text: 'GitHub',
href: '',
href: 'https://github.com/shouhanzen',
icon: 'i-simple-icons-github',
header: 'i-ri-github-line',
},
{
text: 'Twitter',
href: '',
icon: 'i-simple-icons-x',
header: 'i-ri-twitter-x-line',
},
// {
// text: 'Twitter',
// href: '',
// icon: 'i-simple-icons-x',
// header: 'i-ri-twitter-x-line',
// },
{
text: 'Linkedin',
href: '',
href: 'https://www.linkedin.com/in/hanzen-shou-36b130183/',
icon: 'i-simple-icons-linkedin',
},
{
text: 'Instagram',
href: '',
icon: 'i-simple-icons-instagram',
},
{
text: 'Youtube',
href: '',
icon: 'i-simple-icons-youtube',
},
// {
// text: 'Instagram',
// href: '',
// icon: 'i-simple-icons-instagram',
// },
// {
// text: 'Youtube',
// href: '',
// icon: 'i-simple-icons-youtube',
// },
],
header: {
logo: {
Expand Down

0 comments on commit b1ca93d

Please sign in to comment.