Files for my website bwc9876.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Socials

Ben C 956e5618 2b7df8bc

+1 -2
+1 -2
src/components/Socials.astro
··· 17 17 const socialData: SocialData = [ 18 18 { name: "Resume", icon: "file-earmark-text-fill", link: "/resume.pdf" }, 19 19 { name: "GitHub", icon: "github", link: "https://github.com/Bwc9876" }, 20 - { name: "Twitter (X)", icon: "twitter-x", link: "https://x.com/Bwc9876" }, 21 - { name: "LinkedIn", icon: "linkedin", link: "https://www.linkedin.com/in/bwc9876" }, 20 + { name: "Bluesky", icon: "bluesky", link: "https://bsky.app/bwc9876.dev" }, 22 21 { name: "PayPal", icon: "paypal", link: "https://paypal.me/bwc9876" } 23 22 ]; 24 23