diff --git a/src/App.jsx b/src/App.jsx index 5b1907b..8605022 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,15 +17,15 @@ function App() { const { address } = useAccount(); return ( -
+
-
diff --git a/src/components/Debug.jsx b/src/components/Debug.jsx index 2597a7d..8eaeaca 100644 --- a/src/components/Debug.jsx +++ b/src/components/Debug.jsx @@ -6,14 +6,14 @@ export const Debug = ({ error, data }) => { return (
- + TESTNET {error && (
{error}
)} {data && ( -
+        
           {JSON.stringify(data, null, 2)}
         
)} diff --git a/src/components/search/Search.jsx b/src/components/search/Search.jsx index 41408ad..6b49d4e 100644 --- a/src/components/search/Search.jsx +++ b/src/components/search/Search.jsx @@ -31,15 +31,12 @@ export const Search = () => { return ( <> -
+
{show && ( -
-
-
+
+
+
{label} .{TLD}
diff --git a/src/components/search/SearchInput.jsx b/src/components/search/SearchInput.jsx index ebc463a..99b9b77 100644 --- a/src/components/search/SearchInput.jsx +++ b/src/components/search/SearchInput.jsx @@ -15,7 +15,7 @@ export const SearchInput = ({ expand, onChange }) => { >