From 36c7913b6cab1d000916d6439a4ca2c61bb059a0 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 19 Feb 2026 19:41:13 -0800 Subject: [PATCH] Move Install CLI section below WiFi settings --- src/client/components/SettingsPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 + +
)