Skip to content

Commit 3b78cf2

Browse files
committed
rm footer
1 parent 6e805f5 commit 3b78cf2

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

components/sovereign-dashboard.tsx

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ const defaultState: AppState = {
135135
activeProviders: ["chatgpt"],
136136
prompt:
137137
"What is the strongest value proposition for sovereign AI analytics tools in 2026? Include sources.",
138-
customPrompts: [
139-
"How visible is {brand} versus competitors for enterprise AI analytics tools? Include sources.",
140-
"What are the top 3 reasons to choose {brand} based on trusted sources?",
141-
],
138+
customPrompts: [],
142139
personas: "CMO\nSEO Lead\nProduct Marketing Manager\nFounder",
143140
fanoutPrompts: [],
144141
niche: "AI SEO platform for B2B SaaS",
@@ -1361,21 +1358,6 @@ Requirements:
13611358
</a>
13621359
</div>
13631360

1364-
{/* Footer info */}
1365-
<div className="border-t border-[var(--border-subtle)] px-4 py-2 text-center text-[10px] leading-relaxed text-[var(--text-disabled)]">
1366-
<div>{demoMode ? "Read-only demo" : `Local-first · ${workspaces.length} workspace${workspaces.length > 1 ? "s" : ""}`}</div>
1367-
<div className="mt-0.5">
1368-
Built by{" "}
1369-
<a
1370-
href="https://www.linkedin.com/in/daniel-shashko/"
1371-
target="_blank"
1372-
rel="noopener noreferrer"
1373-
className="text-[var(--accent-primary)] hover:underline"
1374-
>
1375-
Daniel Shashko
1376-
</a>
1377-
</div>
1378-
</div>
13791361
</aside>
13801362

13811363
{/* ── Main content ───────────────────────────────────── */}

0 commit comments

Comments
 (0)