Skip to content

Commit 7e67c81

Browse files
juristrFrozenPandaz
authored andcommitted
feat(nx-dev): replace monorepo world link with office hours
(cherry picked from commit 3f5fd89)
1 parent 9021e94 commit 7e67c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nx-dev/ui-common/src/lib/headers/menu-items.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ export const learnItems: MenuItem[] = [
216216
];
217217
export const eventItems: MenuItem[] = [
218218
{
219-
name: 'Monorepo World',
219+
name: 'Office Hours',
220220
description: null,
221-
href: 'https://monorepo.world',
222-
icon: GlobeAltIcon,
221+
href: 'https://go.nx.dev/office-hours',
222+
icon: DiscordIcon,
223223
isNew: false,
224224
isHighlight: false,
225225
},

0 commit comments

Comments
 (0)