diff --git a/.gitignore b/.gitignore index 9aa2aebd2e..0281bb3ad3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ test-results/ shared/types/lexicons file-tree-sprite.svg public/blog/avatar +public/noodle-avatar **/__screenshots__/** diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 179e9b1d64..d493ff2cd2 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -87,6 +87,10 @@ const footerSections = computed>(( name: t('pds.title'), href: '/pds', }, + { + name: t('noodles.title'), + href: '/noodles', + }, { name: t('footer.docs'), href: NPMX_DOCS_SITE, diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index e90464ca5b..888e80a1e2 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -100,6 +100,14 @@ const mobileLinks = computed(() => [ external: false, iconClass: 'i-lucide:palette', }, + { + name: 'Noodles', + label: $t('noodles.title'), + to: { name: 'noodles' }, + type: 'link', + external: false, + iconClass: 'i-lucide:sparkles', + }, ], }, { diff --git a/app/components/Landing/IntroHeader.vue b/app/components/Landing/IntroHeader.vue index ce2f7919a5..f5616976be 100644 --- a/app/components/Landing/IntroHeader.vue +++ b/app/components/Landing/IntroHeader.vue @@ -1,9 +1,9 @@ diff --git a/app/components/Noodle/Kawaii/Logo.vue b/app/components/Noodle/Kawaii/Logo.vue index 861ba291cb..f63b75ee07 100644 --- a/app/components/Noodle/Kawaii/Logo.vue +++ b/app/components/Noodle/Kawaii/Logo.vue @@ -1,7 +1,7 @@