From 417368bcd46af1b06875acb8fbba8107fac1f259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sun, 1 Oct 2023 17:32:37 +0200 Subject: [PATCH] docs: update select.md with correct docs link (#94) The link to vue-shadcn source & radix-vue docs was pointing to Popover component instead of Select component. --- apps/www/src/content/docs/components/select.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/src/content/docs/components/select.md b/apps/www/src/content/docs/components/select.md index e6798284..d653bf0a 100644 --- a/apps/www/src/content/docs/components/select.md +++ b/apps/www/src/content/docs/components/select.md @@ -1,8 +1,8 @@ --- title: Select description: Displays a list of options for the user to pick from—triggered by a button. -source: apps/www/src/lib/registry/default/ui/popover -primitive: https://www.radix-vue.com/components/popover.html +source: apps/www/src/lib/registry/default/ui/select +primitive: https://www.radix-vue.com/components/select.html --- @@ -45,4 +45,4 @@ import { -``` \ No newline at end of file +```