From b1a91d98676ed262c7002c8d1486d8dd966823ba 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 +++++++++++++++++++
3 files changed, 67 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-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 {
+
+
+