diff --git a/nx-dev/nx-dev/public/images/launch-nx/nuxt-logo.svg b/nx-dev/nx-dev/public/images/launch-nx/nuxt-logo.svg new file mode 100644 index 0000000000..3d5e6eb3d4 --- /dev/null +++ b/nx-dev/nx-dev/public/images/launch-nx/nuxt-logo.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/nx-dev/ui-common/src/lib/announcement-banner.tsx b/nx-dev/ui-common/src/lib/announcement-banner.tsx index 941f6d4db9..92b4b7fd86 100644 --- a/nx-dev/ui-common/src/lib/announcement-banner.tsx +++ b/nx-dev/ui-common/src/lib/announcement-banner.tsx @@ -8,26 +8,24 @@ export function AnnouncementBanner(): JSX.Element {

- Nx Webinar: Monorepos - The Benefits, Challenges and Importance - of Tooling Support + Nx Launch Week & Launch Conf are coming up! - Nx Webinar: Monorepos - The Benefits, Challenges and Importance - of Tooling Support + Nx Launch Week & Launch Conf are coming up! diff --git a/nx-dev/ui-conference/src/lib/launch-week/community-partners.tsx b/nx-dev/ui-conference/src/lib/launch-week/community-partners.tsx index 38151fbf1b..43111fbc9b 100644 --- a/nx-dev/ui-conference/src/lib/launch-week/community-partners.tsx +++ b/nx-dev/ui-conference/src/lib/launch-week/community-partners.tsx @@ -44,6 +44,11 @@ export function LaunchNxCommunityPartners(): JSX.Element { name: 'Epic Web', linkTarget: 'https://www.epicweb.dev/', }, + { + imageUrl: '/images/launch-nx/nuxt-logo.svg', + name: 'Nuxt', + linkTarget: 'https://nuxt.com/', + }, { imageUrl: '/images/launch-nx/viteconf.svg', name: 'ViteConf',