diff --git a/nx-dev/ui-common/src/lib/footer.tsx b/nx-dev/ui-common/src/lib/footer.tsx index c3473d69251df..2faabd880efff 100644 --- a/nx-dev/ui-common/src/lib/footer.tsx +++ b/nx-dev/ui-common/src/lib/footer.tsx @@ -63,7 +63,7 @@ const navigation = { }, { name: 'X', - label: 'Latest news', + label: 'Latest news on X', href: 'https://x.com/NxDevTools?utm_source=nx.dev', icon: (props: any) => ( ), }, + { + name: 'Bluesky', + label: 'Latest news on Bluesky', + href: 'https://bsky.app/profile/nx.dev?utm_source=nx.dev', + icon: (props: any) => ( + + {/*Bluesky*/} + + + ), + }, { name: 'Youtube', label: 'Youtube channel', diff --git a/nx-dev/ui-common/src/lib/headers/documentation-header.tsx b/nx-dev/ui-common/src/lib/headers/documentation-header.tsx index 312124c8027ba..11e96102260bf 100644 --- a/nx-dev/ui-common/src/lib/headers/documentation-header.tsx +++ b/nx-dev/ui-common/src/lib/headers/documentation-header.tsx @@ -137,6 +137,23 @@ export function DocumentationHeader({ ), }, + { + name: 'Bluesky', + label: 'Latest news on Bluesky', + href: 'https://bsky.app/profile/nx.dev?utm_source=nx.dev', + icon: (props: any) => ( + + {/*Bluesky*/} + + + ), + }, { name: 'Youtube', label: 'Youtube channel', diff --git a/nx-dev/ui-community/src/lib/connect-with-us.tsx b/nx-dev/ui-community/src/lib/connect-with-us.tsx index 6301ea9a48726..0a7b12ec4ce7d 100644 --- a/nx-dev/ui-community/src/lib/connect-with-us.tsx +++ b/nx-dev/ui-community/src/lib/connect-with-us.tsx @@ -122,6 +122,38 @@ export function ConnectWithUs(): JSX.Element {

+ +
+
+
+
+ + Bluesky + + +
+

Follow us on Bluesky

+ + +

+ Stay up to date on everything about Nx by following @nx.dev on + Bluesky. +

+
+
+