From 56e28d80dba05aa31287b75c13b2990eb7d377f0 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 7 Nov 2024 18:21:50 +0100 Subject: [PATCH] docs: update figma links --- README.md | 2 +- docs/components/Footer.vue | 2 +- docs/content/1.getting-started/1.index.md | 2 +- docs/pages/[...slug].vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acc85ad2..e5073044 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i - Keyboard shortcuts - Bundled icons - Fully typed -- [Figma Kit](https://www.figma.com/community/file/1288455405058138934) +- [Figma Kit](https://www.figma.com/community/file/1436401057300493073) Read more on [ui.nuxt.com](https://ui.nuxt.com) diff --git a/docs/components/Footer.vue b/docs/components/Footer.vue index e928ad46..a278ecc0 100644 --- a/docs/components/Footer.vue +++ b/docs/components/Footer.vue @@ -30,7 +30,7 @@ const { $ui } = useNuxtApp() const links = [{ icon: 'i-simple-icons-figma', label: 'Figma Kit', - to: 'https://www.figma.com/community/file/1288455405058138934', + to: 'https://www.figma.com/community/file/1436401057300493073', target: '_blank' }, { label: 'Playground', diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md index a3793e1f..f6835b1f 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -16,7 +16,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i - Keyboard shortcuts - Bundled icons - Fully typed -- [Figma Kit](https://www.figma.com/community/file/1288455405058138934) +- [Figma Kit](https://www.figma.com/community/file/1436401057300493073) ## Credits diff --git a/docs/pages/[...slug].vue b/docs/pages/[...slug].vue index dd7c6efd..9f044a8b 100644 --- a/docs/pages/[...slug].vue +++ b/docs/pages/[...slug].vue @@ -98,7 +98,7 @@ const communityLinks = computed(() => [{ const resourcesLinks = [{ icon: 'i-simple-icons-figma', label: 'Figma Kit', - to: 'https://www.figma.com/community/file/1288455405058138934', + to: 'https://www.figma.com/community/file/1436401057300493073', target: '_blank' }, { label: 'Playground',