diff --git a/docs/components/Footer.vue b/docs/components/Footer.vue index 2e86c29f..6e5b0626 100644 --- a/docs/components/Footer.vue +++ b/docs/components/Footer.vue @@ -28,7 +28,7 @@ const links = [{ icon: 'i-simple-icons-figma', label: 'Figma Kit', - to: 'https://www.figma.com/community/file/1288455405058138934/nuxt-ui', + to: 'https://www.figma.com/community/file/1288455405058138934', target: '_blank' }, { label: 'Playground', diff --git a/docs/pages/[...slug].vue b/docs/pages/[...slug].vue index ef021367..bb76e6ac 100644 --- a/docs/pages/[...slug].vue +++ b/docs/pages/[...slug].vue @@ -105,7 +105,7 @@ const communityLinks = computed(() => [{ const resourcesLinks = [{ icon: 'i-simple-icons-figma', label: 'Figma Kit', - to: 'https://www.figma.com/community/file/1288455405058138934/nuxt-ui', + to: 'https://www.figma.com/community/file/1288455405058138934', target: '_blank' }, { label: 'Playground',