feat(nx-dev): replace monorepo world link with office hours

This commit is contained in:
Juri 2025-05-12 13:17:22 +02:00 committed by Juri Strumpflohner
parent 70012ee082
commit 3f5fd896a1

View File

@ -216,10 +216,10 @@ export const learnItems: MenuItem[] = [
]; ];
export const eventItems: MenuItem[] = [ export const eventItems: MenuItem[] = [
{ {
name: 'Monorepo World', name: 'Office Hours',
description: null, description: null,
href: 'https://monorepo.world', href: 'https://go.nx.dev/office-hours',
icon: GlobeAltIcon, icon: DiscordIcon,
isNew: false, isNew: false,
isHighlight: false, isHighlight: false,
}, },