Skip to content

Commit

Permalink
update social links
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Oct 2, 2024
1 parent 971bf4c commit 8be436c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions src/lib/social.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@ export const socialMediaLinks: SocialMediaLink[] = [
type: ['gists', 'gist', 'ghg', 'ghgist', 'ghgists'],
link: new URL('https://gist.github.com/sametcn99'),
label: 'Gists',
visible: true,
visible: false,
category: 'Development Platforms',
},
{
type: ['instagram', 'ig'],
link: new URL('https://instagram.com/sametc.0'),
label: 'Instagram',
visible: true,
visible: false,
category: 'Social Media',
}, {
type: ['twitter', 'x', 'tw'],
link: new URL('https://x.com/samet1178062'),
label: 'X/Twitter',
visible: true,
visible: false,
category: 'Social Media',
},
{
type: ['statsfm', 'sfm', 'sf'],
link: new URL('https://stats.fm/sametc001'),
label: 'Stats.fm',
visible: true,
visible: false,
category: 'Social Media',
},
{
Expand Down Expand Up @@ -67,7 +67,7 @@ export const socialMediaLinks: SocialMediaLink[] = [
type: ['discord', 'dc'],
link: new URL('https://discord.com/users/1120483504535392327'),
label: 'Discord',
visible: true,
visible: false,
category: 'Social Media',
},
{
Expand Down Expand Up @@ -112,21 +112,21 @@ export const socialMediaLinks: SocialMediaLink[] = [
{
type: ['spotify', 'sp'],
label: 'Spotify',
visible: true,
visible: false,
link: new URL('https://open.spotify.com/user/31qg3kutxxwdq5lzydjx6md534cq'),
category: 'Social Media',
},
{
type: ['1000kitap', '1k'],
label: '1000Kitap',
visible: true,
visible: false,
link: new URL('https://1000kitap.com/sametc001'),
category: 'Social Media',
},
{
type: ['letterboxd', 'lbxd', 'lb'],
label: 'Letterboxd',
visible: true,
visible: false,
link: new URL('https://letterboxd.com/sametc001'),
category: 'Social Media',
},
Expand Down

1 comment on commit 8be436c

@vercel
Copy link

@vercel vercel bot commented on 8be436c Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.