feat(nx-cloud): add new Webinars link in menu-items (#26368)

The href for the Webinars section in the `menu-items.ts` file has been updated.
This commit is contained in:
Benjamin Cabanes 2024-06-04 17:19:36 -04:00 committed by GitHub
parent cddc69996d
commit a1c26d51ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,7 @@ export const eventItems: MenuItem[] = [
name: 'Webinars',
description:
'Virtual courses to get a deeper understanding on monorepos animated by the Nx team.',
href: 'https://go.nx.dev/april-webinar',
href: 'https://go.nx.dev/webinar',
icon: null,
isNew: false,
isHighlight: false,