diff --git a/docs/pages/[...slug].vue b/docs/pages/[...slug].vue index 3193faf4..93c0a126 100644 --- a/docs/pages/[...slug].vue +++ b/docs/pages/[...slug].vue @@ -86,5 +86,10 @@ const links = computed(() => [{ label: 'Nuxt documentation', to: 'https://nuxt.com', target: '_blank' +}, { + icon: 'i-simple-icons-figma', + label: 'Figma Kit', + to: 'https://www.figma.com/community/file/1288455405058138934/nuxt-ui', + target: '_blank' }])