-
+
Local Explorer
-
+
Cloudflare DevTools
diff --git a/packages/local-explorer-ui/src/components/studio/Code/Block.tsx b/packages/local-explorer-ui/src/components/studio/Code/Block.tsx
index bd3890c4b1c3..be674120967c 100644
--- a/packages/local-explorer-ui/src/components/studio/Code/Block.tsx
+++ b/packages/local-explorer-ui/src/components/studio/Code/Block.tsx
@@ -11,7 +11,7 @@ export function CodeBlock({
}: CodeBlockProps): JSX.Element {
return (
diff --git a/packages/local-explorer-ui/src/components/studio/Explain/SQLiteExplainTab.tsx b/packages/local-explorer-ui/src/components/studio/Explain/SQLiteExplainTab.tsx
index 9ca6e0a77b33..5e5af49d39bd 100644
--- a/packages/local-explorer-ui/src/components/studio/Explain/SQLiteExplainTab.tsx
+++ b/packages/local-explorer-ui/src/components/studio/Explain/SQLiteExplainTab.tsx
@@ -48,7 +48,7 @@ export function StudioSQLiteExplainTab({
tree = tree.filter((node) => node.parent === 0);
return (
-
+
@@ -68,9 +68,9 @@ function ExplainNodes({ data }: ExplainNodesProps): JSX.Element {
return (
-
+
-
+
@@ -116,7 +116,7 @@ function describeExplainNode(d: string): {
label: (
SCAN
-
+
{d.substring("SCAN ".length)}
@@ -149,7 +149,7 @@ function describeExplainNode(d: string): {
}
>
-
CORRELATED
+
CORRELATED
{d.substring("CORRELATED".length)}
@@ -196,7 +196,7 @@ function describeExplainNode(d: string): {
}
>
- {d}
+ {d}
),
};
diff --git a/packages/local-explorer-ui/src/components/studio/Modal/CommitConfirmation.tsx b/packages/local-explorer-ui/src/components/studio/Modal/CommitConfirmation.tsx
index afc5325517e4..4d21e6b8f8de 100644
--- a/packages/local-explorer-ui/src/components/studio/Modal/CommitConfirmation.tsx
+++ b/packages/local-explorer-ui/src/components/studio/Modal/CommitConfirmation.tsx
@@ -44,7 +44,7 @@ export function StudioCommitConfirmation({
}}
>