From 96da2d8ffe804f570e1aa8b125dffcc4780c6362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sun, 17 Dec 2023 08:57:45 +0100 Subject: [PATCH] docs: change docs link in sheet component (#211) --- apps/www/src/content/docs/components/sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/src/content/docs/components/sheet.md b/apps/www/src/content/docs/components/sheet.md index 6a30c502..57e6f55f 100644 --- a/apps/www/src/content/docs/components/sheet.md +++ b/apps/www/src/content/docs/components/sheet.md @@ -1,7 +1,7 @@ --- title: Sheet description: Extends the Dialog component to display content that complements the main content of the screen. -source: apps/www/src/lib/registry/default/ui/dialog +source: apps/www/src/lib/registry/default/ui/sheet primitive: https://www.radix-vue.com/components/dialog.html --- @@ -72,4 +72,4 @@ You can adjust the size of the sheet using CSS classes: -``` \ No newline at end of file +```