holy moly thats a lotta damage
This commit is contained in:
@@ -23,7 +23,7 @@ export default function SettingsPage() {
|
||||
|
||||
return (
|
||||
<div class="flex h-[calc(100vh-4rem)] bg-[var(--color-bg)]">
|
||||
<Title>Settings — ShieldAI</Title>
|
||||
<Title>Settings — Kordant</Title>
|
||||
<Sidebar open={sidebarOpen()} onClose={() => setSidebarOpen(false)} />
|
||||
<div class="flex-1 flex flex-col min-w-0">
|
||||
<TopBar onMenuToggle={() => setSidebarOpen(v => !v)} />
|
||||
|
||||
Reference in New Issue
Block a user