From 06fbde64c8e1e9ee42fd91292be67df5812bad46 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Tue, 30 Jan 2024 21:49:32 +0100 Subject: [PATCH] feat(nx-dev): more logos & announcement banner (#21444) --- nx-dev/nx-dev/public/images/launch-nx/nuxt-logo.svg | 7 +++++++ nx-dev/ui-common/src/lib/announcement-banner.tsx | 12 +++++------- .../src/lib/launch-week/community-partners.tsx | 5 +++++ 3 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 nx-dev/nx-dev/public/images/launch-nx/nuxt-logo.svg 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',