+
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 }) => {
>