Merge pull request #763 from HugoRCD/fix/nuxthub-wordmark
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

Fix: URLs for NuxtHub wordmarks
This commit is contained in:
Pablo Hdez
2025-09-14 21:01:19 +01:00
committed by GitHub
+2 -2
View File
@@ -311,8 +311,8 @@ export const svgs: iSVG[] = [
url: 'https://hub.nuxt.com/',
route: '/library/nuxthub.svg',
wordmark: {
light: '/library/nuxt-hub-wordmark-light.svg',
dark: '/library/nuxt-hub-wordmark-dark.svg'
light: '/library/nuxthub-wordmark-light.svg',
dark: '/library/nuxthub-wordmark-dark.svg'
},
brandUrl: 'https://nuxt.com/design-kit'
},