Files for my website bwc9876.dev

I'm so good at writing links

bwc9876.dev a21bff6c 956e5618

verified
+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