From 6aa476d375354a8b65010a9ba471811effa44a17 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 20 Sep 2023 14:24:48 +0800 Subject: [PATCH] docs: update meta for command --- apps/www/src/content/docs/components/command.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/www/src/content/docs/components/command.md b/apps/www/src/content/docs/components/command.md index 7b2b7542..9a8d9780 100644 --- a/apps/www/src/content/docs/components/command.md +++ b/apps/www/src/content/docs/components/command.md @@ -1,8 +1,8 @@ --- title: Command -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 +description: Fast, composable, unstyled command menu. +source: apps/www/src/lib/registry/default/ui/command +primitive: https://www.radix-vue.com/components/combobox.html ---