From 3f5fd896a1a0bf3f44ae642e15b3415483b57f93 Mon Sep 17 00:00:00 2001 From: Juri Date: Mon, 12 May 2025 13:17:22 +0200 Subject: [PATCH] feat(nx-dev): replace monorepo world link with office hours --- nx-dev/ui-common/src/lib/headers/menu-items.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx-dev/ui-common/src/lib/headers/menu-items.ts b/nx-dev/ui-common/src/lib/headers/menu-items.ts index 7b3e389a63..14b895fca6 100644 --- a/nx-dev/ui-common/src/lib/headers/menu-items.ts +++ b/nx-dev/ui-common/src/lib/headers/menu-items.ts @@ -216,10 +216,10 @@ export const learnItems: MenuItem[] = [ ]; export const eventItems: MenuItem[] = [ { - name: 'Monorepo World', + name: 'Office Hours', description: null, - href: 'https://monorepo.world', - icon: GlobeAltIcon, + href: 'https://go.nx.dev/office-hours', + icon: DiscordIcon, isNew: false, isHighlight: false, },