From 655f98ffedfa5ca0c7a6fb8e660240028431251e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 8 May 2025 18:46:09 +0200 Subject: [PATCH] docs(Header): update raycast extension link --- docs/app/composables/useLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/composables/useLinks.ts b/docs/app/composables/useLinks.ts index d3dc2e6e..1e2b4637 100644 --- a/docs/app/composables/useLinks.ts +++ b/docs/app/composables/useLinks.ts @@ -98,7 +98,7 @@ export function useLinks() { label: 'Raycast Extension', description: 'Access Nuxt UI components without leaving your editor.', icon: 'i-simple-icons-raycast', - to: 'https://www.raycast.com/HugoRCD/nuxt-ui', + to: 'https://www.raycast.com/HugoRCD/nuxt', target: '_blank' }, { label: 'Figma to Code',