Skip to content

Commit 64986b9

Browse files
b0aseclaude
andcommitted
Fix token examples in marketing pages
- Replace CRYPTO_PORT_03 with ENERGY_MARKETS_03 (removing crypto reference) - Change FOREX_ANAL_07 to FOREX_ANALYSIS_07 (avoiding inappropriate abbreviation) - Keep focus on traditional financial markets and business applications 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 783211f commit 64986b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/pages/BitcoinSpreadsheetsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const BitcoinSpreadsheetsPage: React.FC = () => {
186186
<span className="dividend">8.5% APY</span>
187187
</div>
188188
<div className="table-row">
189-
<span className="dataset-name">$bSheets_CRYPTO_PORTFOLIO_03</span>
189+
<span className="dataset-name">$bSheets_ENERGY_MARKETS_03</span>
190190
<span className="price">₿0.00089</span>
191191
<span className="change negative">-3.2%</span>
192192
<span className="volume">₿0.8</span>

frontend/src/pages/MarketingPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ const MarketingPage: React.FC = () => {
500500
<td>30 days</td>
501501
</tr>
502502
<tr>
503-
<td className="token-name">$bSheets_CRYPTO_PORT_03</td>
503+
<td className="token-name">$bSheets_ENERGY_MARKETS_03</td>
504504
<td className="price">0.00089</td>
505505
<td className="change-negative">-3.2%</td>
506506
<td>₿0.83</td>
@@ -518,7 +518,7 @@ const MarketingPage: React.FC = () => {
518518
<td>90 days</td>
519519
</tr>
520520
<tr>
521-
<td className="token-name">$bSheets_FOREX_ANAL_07</td>
521+
<td className="token-name">$bSheets_FOREX_ANALYSIS_07</td>
522522
<td className="price">0.00312</td>
523523
<td className="change-positive">+15.6%</td>
524524
<td>₿3.67</td>

0 commit comments

Comments
 (0)