From 8fbbdfa3e86390bd3085363765d7b4a7ffaca78c Mon Sep 17 00:00:00 2001 From: Stefan E-K Date: Mon, 29 Apr 2024 11:03:28 +0200 Subject: [PATCH] fix(docs): resizable demo fixes --- apps/docs/src/registry/example/resizable-demo.tsx | 8 ++++---- apps/docs/src/routes/docs/components/resizable.mdx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/src/registry/example/resizable-demo.tsx b/apps/docs/src/registry/example/resizable-demo.tsx index 3d50e6d4..a97a36a6 100644 --- a/apps/docs/src/registry/example/resizable-demo.tsx +++ b/apps/docs/src/registry/example/resizable-demo.tsx @@ -3,21 +3,21 @@ import { Resizable, ResizableHandle, ResizablePanel } from "../ui/resizable" export default function ResizableDemo() { return ( - +
One
- + - +
Two
- +
Three
diff --git a/apps/docs/src/routes/docs/components/resizable.mdx b/apps/docs/src/routes/docs/components/resizable.mdx index 2fdd43b4..23150cd5 100644 --- a/apps/docs/src/routes/docs/components/resizable.mdx +++ b/apps/docs/src/routes/docs/components/resizable.mdx @@ -8,7 +8,7 @@ ## About -Drawer is built on top of [corvu](https://corvu.dev/) by [GiyoMoon](https://github.com/GiyoMoon). +Resizable is built on top of [corvu](https://corvu.dev/) by [GiyoMoon](https://github.com/GiyoMoon). ## Installation