Skip to content

Commit 2a387c1

Browse files
authored
feat: add bluesky connection
1 parent 4e67b0f commit 2a387c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/sections/RootSection.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ function RootSection() {
1717
window.Configuration.Connections.YouTube,
1818
Boolean(window.Configuration.Connections.YouTube || false)
1919
)}
20+
${ConnectionElement(
21+
"dot",
22+
`bsky.app/profile/${window.Configuration.Connections.Bluesky}`,
23+
window.Configuration.Connections.Bluesky,
24+
Boolean(window.Configuration.Connections.Bluesky || false)
25+
)}
2026
${ConnectionElement(
2127
"twitter",
2228
`x.com/${window.Configuration.Connections.Twitter}`,
@@ -32,4 +38,4 @@ function RootSection() {
3238
</div>
3339
${FooterElement()}
3440
`
35-
}
41+
}

0 commit comments

Comments
 (0)