From 705713093acd0a1a04688daedfbe75be8bf073c3 Mon Sep 17 00:00:00 2001 From: Philip Fulcher Date: Mon, 16 Dec 2024 14:47:07 -0700 Subject: [PATCH] chore(nx-dev): add bluesky to footer and community page --- nx-dev/ui-common/src/lib/footer.tsx | 19 ++++++++++- .../src/lib/headers/documentation-header.tsx | 17 ++++++++++ .../ui-community/src/lib/connect-with-us.tsx | 32 +++++++++++++++++ nx-dev/ui-contact/src/lib/contact-links.tsx | 34 +++++++++++++++++++ 4 files changed, 101 insertions(+), 1 deletion(-) 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. +

+
+
+
diff --git a/nx-dev/ui-contact/src/lib/contact-links.tsx b/nx-dev/ui-contact/src/lib/contact-links.tsx index fd7265c8bb366..6435dd4c5bf94 100644 --- a/nx-dev/ui-contact/src/lib/contact-links.tsx +++ b/nx-dev/ui-contact/src/lib/contact-links.tsx @@ -129,6 +129,40 @@ export function ContactLinks(): JSX.Element {
+
+
+ +

+ Follow us on Bluesky +

+
+

+ Stay up to date on everything about Nx like news, conferences, + features, releases and more. +

+ + + Follow @nx.dev + + +