File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ───────────────────────────────────── */ }
You can’t perform that action at this time.
0 commit comments