Skip to content

Commit

Permalink
feat: add Bluesky social link icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jan 20, 2025
1 parent 67f285b commit 6a59539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/utils/social-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const featuredSocialMediaConfig: Record<string, SocialMediaConfigEntry> = {
'github.com': { icon: 'mdi:github', class: 'button-github', name: 'GitHub' },
'tiktok.com': { icon: 'mdi:tiktok', class: 'button-tiktok', name: 'TikTok' },
'reddit.com': { icon: 'mdi:reddit', class: 'button-reddit', name: 'Reddit' },
'pinterest.com': { icon: 'mdi:pinterest', class: 'button-pinterest', name: 'Pinterest' }
'pinterest.com': { icon: 'mdi:pinterest', class: 'button-pinterest', name: 'Pinterest' },
'bsky.app': { icon: 'fa6-brands:bluesky', class: 'button-bluesky', name: 'Bluesky' }
};

export const socialMediaConfig: Record<string, SocialMediaConfigEntry> = {
Expand Down

0 comments on commit 6a59539

Please sign in to comment.