tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
I'm so good at writing links
bwc9876.dev
1 month ago
a21bff6c
956e5618
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
Socials.astro
+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
20
-
{ name: "Bluesky", icon: "bluesky", link: "https://bsky.app/bwc9876.dev" },
20
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