diff --git a/examples/helia-browser-verified-fetch/src/App.tsx b/examples/helia-browser-verified-fetch/src/App.tsx index 111a91ea..350a6b8d 100644 --- a/examples/helia-browser-verified-fetch/src/App.tsx +++ b/examples/helia-browser-verified-fetch/src/App.tsx @@ -7,7 +7,7 @@ function renderOutput(output: string | JSX.Element, err: string): JSX.Element { if (err.length > 0) { return (
-
{err}
+
{err}
) } @@ -16,7 +16,7 @@ function renderOutput(output: string | JSX.Element, err: string): JSX.Element { return (
{output.length > 0 && ( -
+          
             {`${output}`}
           
)} @@ -221,7 +221,7 @@ function App(): JSX.Element { 🔑 Fetch auto -
{helpText}
+
{helpText}
{/* Left */}