style: update Quant AI Advisor subtitle to be project-specific
Browse files- Replace generic 'Live Canvas Interactive Chat' with 'Real-time AI Copilot & Strategy Engine' in ChartChatbot.tsx
frontend/src/components/ChartChatbot.tsx
CHANGED
|
@@ -257,7 +257,7 @@ export default function ChartChatbot({ ticker, markers, activeIndicators, user,
|
|
| 257 |
<h3 style={{ margin: 0, fontSize: '13px', fontWeight: 700, color: '#fff', display: 'flex', alignItems: 'center', gap: '4px' }}>
|
| 258 |
Quant AI Advisor <Sparkles size={11} color="var(--neon-violet)" />
|
| 259 |
</h3>
|
| 260 |
-
<span style={{ fontSize: '10px', color: 'var(--text-secondary)' }}>
|
| 261 |
</div>
|
| 262 |
|
| 263 |
{/* Trial Badge */}
|
|
|
|
| 257 |
<h3 style={{ margin: 0, fontSize: '13px', fontWeight: 700, color: '#fff', display: 'flex', alignItems: 'center', gap: '4px' }}>
|
| 258 |
Quant AI Advisor <Sparkles size={11} color="var(--neon-violet)" />
|
| 259 |
</h3>
|
| 260 |
+
<span style={{ fontSize: '10px', color: 'var(--text-secondary)' }}>Real-time AI Copilot & Strategy Engine</span>
|
| 261 |
</div>
|
| 262 |
|
| 263 |
{/* Trial Badge */}
|