chore(website): update my bluesky handle

This commit is contained in:
Andrey Nering
2026-04-15 10:16:02 -03:00
parent 697ef35303
commit f7d17fffad
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export const team = [
{ icon: 'x', link: 'https://x.com/andreynering' },
{
icon: 'bluesky',
link: 'https://bsky.app/profile/andreynering.bsky.social'
link: 'https://bsky.app/profile/andrey.nering.dev'
},
{ icon: 'mastodon', link: 'https://mastodon.social/@andreynering' }
]

View File

@@ -20,7 +20,7 @@ const members = [
{ icon: 'github', link: 'https://github.com/andreynering' },
{ icon: 'discord', link: 'https://discord.com/users/310141681926275082' },
{ icon: 'x', link: 'https://x.com/andreynering' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/andreynering.bsky.social' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/andrey.nering.dev' },
{ icon: 'mastodon', link: 'https://mastodon.social/@andreynering' }
]
},