We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70012ee commit 3f5fd89Copy full SHA for 3f5fd89
nx-dev/ui-common/src/lib/headers/menu-items.ts
@@ -216,10 +216,10 @@ export const learnItems: MenuItem[] = [
216
];
217
export const eventItems: MenuItem[] = [
218
{
219
- name: 'Monorepo World',
+ name: 'Office Hours',
220
description: null,
221
- href: 'https://monorepo.world',
222
- icon: GlobeAltIcon,
+ href: 'https://go.nx.dev/office-hours',
+ icon: DiscordIcon,
223
isNew: false,
224
isHighlight: false,
225
},
0 commit comments