From 9341f36690ce7992b302b17bef6eaaa70c615d40 Mon Sep 17 00:00:00 2001 From: Zakher Masri <46135573+zaaakher@users.noreply.github.com> Date: Thu, 9 Jan 2025 04:16:49 +0300 Subject: [PATCH] chore(dialog): make it work with any dir --- apps/www/registry/default/ui/dialog.tsx | 4 ++-- apps/www/registry/new-york/ui/dialog.tsx | 4 ++-- .../__snapshots__/registry-resolve-items-tree.test.ts.snap | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/www/registry/default/ui/dialog.tsx b/apps/www/registry/default/ui/dialog.tsx index 01ff19c7e45..4df6aeccaaf 100644 --- a/apps/www/registry/default/ui/dialog.tsx +++ b/apps/www/registry/default/ui/dialog.tsx @@ -44,7 +44,7 @@ const DialogContent = React.forwardRef< {...props} > {children} - + Close @@ -59,7 +59,7 @@ const DialogHeader = ({ }: React.HTMLAttributes) => (
{children} - + Close @@ -59,7 +59,7 @@ const DialogHeader = ({ }: React.HTMLAttributes) => (
{children} - + Close @@ -483,7 +483,7 @@ const DialogHeader = ({ }: React.HTMLAttributes) => (