Spaces:
Running
Running
Ryan Christian D. Deniega Claude Sonnet 4.6 commited on
Commit ·
e95c304
1
Parent(s): a0f748d
fix: remove leftover 'source' variable reference after Firebase removal
Browse files
frontend/src/pages/HistoryPage.jsx
CHANGED
|
@@ -377,7 +377,7 @@ export default function HistoryPage() {
|
|
| 377 |
</div>
|
| 378 |
<div className="flex items-center gap-1.5 text-xs"
|
| 379 |
style={{
|
| 380 |
-
color:
|
| 381 |
fontFamily: 'var(--font-display)',
|
| 382 |
letterSpacing: '0.1em',
|
| 383 |
}}
|
|
|
|
| 377 |
</div>
|
| 378 |
<div className="flex items-center gap-1.5 text-xs"
|
| 379 |
style={{
|
| 380 |
+
color: 'var(--accent-green)',
|
| 381 |
fontFamily: 'var(--font-display)',
|
| 382 |
letterSpacing: '0.1em',
|
| 383 |
}}
|