diff --git a/frontend/src/app/json-editor/page.tsx b/frontend/src/app/json-editor/page.tsx index 1d6b045d..75c370bc 100644 --- a/frontend/src/app/json-editor/page.tsx +++ b/frontend/src/app/json-editor/page.tsx @@ -547,10 +547,7 @@ export default function JSONGenerator() { {Object.keys(AlertColors).map((type) => ( - + {type.charAt(0).toUpperCase() + type.slice(1)}{" "}
-
+        
- {JSON.stringify(script, null, 2)} -
+
+            {JSON.stringify(script, null, 2)}
+          
+
);