Skip to content

Commit 4d92770

Browse files
Update src/pages/speaker/[slug].astro
Co-authored-by: Mia Bajić <[email protected]>
1 parent b52a4a0 commit 4d92770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/speaker/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function getTwitterUsername(url: string): string | undefined {
3838
return (username ?? url).startsWith("@") ? username : `@${username}`;
3939
}
4040
41-
// Get @username from Twitter URL
41+
// Get @username from BlueSky URL
4242
function getBlueskyUsername(url: string): string | undefined {
4343
const username = url.split("/").pop();
4444
return (username ?? url).startsWith("@") ? username : `@${username}`;

0 commit comments

Comments
 (0)