diff --git a/src/components/App.jsx b/src/components/App.jsx
index 9f0900f3..db217d79 100644
--- a/src/components/App.jsx
+++ b/src/components/App.jsx
@@ -92,95 +92,95 @@ export default function App() {
if (settings.showOnboarding === true) {
return
- } else
- return (
- <>
-
-
- {connectionError ? (
- No connection to backend: {connectionError}.
- ) : (
-
- }
- />
- }
- />
- {currentWallet && (
- <>
- : }
- />
- } />
- } />
- } />
- } />
- >
- )}
-
- )}
-
-
-
- {connectionError ? (
-
- •
- Disconnected
-
- ) : (
-
- •
- Connected
-
+ }
+ return (
+ <>
+
+
+ {connectionError ? (
+ No connection to backend: {connectionError}.
+ ) : (
+
+ }
+ />
+ }
+ />
+ {currentWallet && (
+ <>
+ : }
+ />
+ } />
+ } />
+ } />
+ } />
+ >
)}
-
-
-
- Docs
-
-
-
-
- Features
-
-
-
-
- GitHub
-
-
-
-
- Twitter
-
-
+
+ )}
+
+
+
+ {connectionError ? (
+
+ •
+ Disconnected
-
-
- >
- )
+ ) : (
+
+ •
+ Connected
+
+ )}
+
+
+
+ >
+ )
}