From 7a9dc38287923c0078e8f8795d86729a716a0895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sat, 16 Dec 2023 21:09:25 +0100 Subject: [PATCH] Change docs link in sheet component --- 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 +```