Spaces:
Sleeping
Sleeping
frontend build fixed
Browse files- frontend/src/App.jsx +1 -0
frontend/src/App.jsx
CHANGED
|
@@ -181,6 +181,7 @@ function App() {
|
|
| 181 |
}
|
| 182 |
|
| 183 |
function MetricCard({ label, value, icon }) {
|
|
|
|
| 184 |
return (
|
| 185 |
<div className="bg-bg-panel border border-border p-3 flex flex-col justify-between">
|
| 186 |
<div className="flex justify-between items-start text-text-secondary">
|
|
|
|
| 181 |
}
|
| 182 |
|
| 183 |
function MetricCard({ label, value, icon }) {
|
| 184 |
+
// Metric display component
|
| 185 |
return (
|
| 186 |
<div className="bg-bg-panel border border-border p-3 flex flex-col justify-between">
|
| 187 |
<div className="flex justify-between items-start text-text-secondary">
|