From d5141cad7e282d67a23cae432135d88ffa2fd520 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 14:52:14 +0100 Subject: [PATCH] [dyad] Fixed button nesting error - wrote 1 file(s) --- src/components/schema-display.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/schema-display.tsx b/src/components/schema-display.tsx index 9407da6..b32408d 100644 --- a/src/components/schema-display.tsx +++ b/src/components/schema-display.tsx @@ -34,18 +34,18 @@ export function SchemaDisplay({ schemas }: SchemaDisplayProps) { key={index} className="border rounded-lg bg-background shadow-sm" > - -
- {schemaType} -
- + + {schemaType} + + +
+
+ Copy Raw JSON
- -