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, },