docs: update figma links

This commit is contained in:
Benjamin Canac
2024-11-07 18:21:50 +01:00
parent 24e61ccc8b
commit 56e28d80db
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i
- Keyboard shortcuts - Keyboard shortcuts
- Bundled icons - Bundled icons
- Fully typed - 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) Read more on [ui.nuxt.com](https://ui.nuxt.com)

View File

@@ -30,7 +30,7 @@ const { $ui } = useNuxtApp()
const links = [{ const links = [{
icon: 'i-simple-icons-figma', icon: 'i-simple-icons-figma',
label: 'Figma Kit', label: 'Figma Kit',
to: 'https://www.figma.com/community/file/1288455405058138934', to: 'https://www.figma.com/community/file/1436401057300493073',
target: '_blank' target: '_blank'
}, { }, {
label: 'Playground', label: 'Playground',

View File

@@ -16,7 +16,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i
- Keyboard shortcuts - Keyboard shortcuts
- Bundled icons - Bundled icons
- Fully typed - Fully typed
- [Figma Kit](https://www.figma.com/community/file/1288455405058138934) - [Figma Kit](https://www.figma.com/community/file/1436401057300493073)
## Credits ## Credits

View File

@@ -98,7 +98,7 @@ const communityLinks = computed(() => [{
const resourcesLinks = [{ const resourcesLinks = [{
icon: 'i-simple-icons-figma', icon: 'i-simple-icons-figma',
label: 'Figma Kit', label: 'Figma Kit',
to: 'https://www.figma.com/community/file/1288455405058138934', to: 'https://www.figma.com/community/file/1436401057300493073',
target: '_blank' target: '_blank'
}, { }, {
label: 'Playground', label: 'Playground',