Skip to content

Commit 6b52990

Browse files
committed
change start path
1 parent 3b78cf2 commit 6b52990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/sovereign-dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const tabMeta: Record<TabKey, { title: string; tooltip: string; details: string
225225
const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH ?? "";
226226

227227
export function SovereignDashboard({ demoMode = false }: { demoMode?: boolean } = {}) {
228-
const [activeTab, setActiveTab] = useState<TabKey>("Prompt Hub");
228+
const [activeTab, setActiveTab] = useState<TabKey>("Project Settings");
229229
const [state, setState] = useState<AppState>(demoMode ? DEMO_STATE : defaultState);
230230
const [busy, setBusy] = useState(false);
231231
const [message, setMessage] = useState(demoMode ? "Demo mode — read-only preview" : "");

0 commit comments

Comments
 (0)