Skip to content

Commit 6aac1eb

Browse files
authored
Merge pull request #763 from HugoRCD/fix/nuxthub-wordmark
Fix: URLs for NuxtHub wordmarks
2 parents 907c2b9 + 3497a6e commit 6aac1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/svgs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ export const svgs: iSVG[] = [
311311
url: 'https://hub.nuxt.com/',
312312
route: '/library/nuxthub.svg',
313313
wordmark: {
314-
light: '/library/nuxt-hub-wordmark-light.svg',
315-
dark: '/library/nuxt-hub-wordmark-dark.svg'
314+
light: '/library/nuxthub-wordmark-light.svg',
315+
dark: '/library/nuxthub-wordmark-dark.svg'
316316
},
317317
brandUrl: 'https://nuxt.com/design-kit'
318318
},

0 commit comments

Comments
 (0)