diff --git a/src/client/components/SettingsPage.tsx b/src/client/components/SettingsPage.tsx index 05ec4ac..442d345 100644 --- a/src/client/components/SettingsPage.tsx +++ b/src/client/components/SettingsPage.tsx @@ -53,12 +53,6 @@ export function SettingsPage({ render }: { render: () => void }) { -
- Install CLI - - curl -fsSL {location.origin}/install | bash - -
WiFi
@@ -88,6 +82,12 @@ export function SettingsPage({ render }: { render: () => void }) {
+
+ Install CLI + + curl -fsSL {location.origin}/install | bash + +
)