Files for my website bwc9876.dev
0
fork

Configure Feed

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

I'm so good at writing links

Ben C a21bff6c 956e5618

+1 -1
+1 -1
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: "Bluesky", icon: "bluesky", link: "https://bsky.app/bwc9876.dev" }, 20 + { name: "Bluesky", icon: "bluesky", link: "https://bsky.app/profile/bwc9876.dev" }, 21 21 { name: "PayPal", icon: "paypal", link: "https://paypal.me/bwc9876" } 22 22 ]; 23 23