diff --git a/frontend/src/app/json-editor/page.tsx b/frontend/src/app/json-editor/page.tsx index 3d259fc5..ea581742 100644 --- a/frontend/src/app/json-editor/page.tsx +++ b/frontend/src/app/json-editor/page.tsx @@ -328,25 +328,22 @@ export default function JSONGenerator() {
{validationAlert}
- {/* Copy Button */} - - - {/* Download Button */} - +
+ + +
             {JSON.stringify(script, null, 2)}