We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e67b0f commit 2a387c1Copy full SHA for 2a387c1
src/components/sections/RootSection.js
@@ -17,6 +17,12 @@ function RootSection() {
17
window.Configuration.Connections.YouTube,
18
Boolean(window.Configuration.Connections.YouTube || false)
19
)}
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
+ )}
26
${ConnectionElement(
27
"twitter",
28
`x.com/${window.Configuration.Connections.Twitter}`,
@@ -32,4 +38,4 @@ function RootSection() {
32
38
</div>
33
39
${FooterElement()}
34
40
`
35
-}
41
+}
0 commit comments