Seed: saas template (34 files)

This commit is contained in:
2026-07-23 22:54:50 +00:00
parent 492b2cf1ce
commit b1fe088524
+1 -1
View File
@@ -71,7 +71,7 @@ export default function AnalyticsPage() {
<span className="text-slate-500">{step.value.toLocaleString()} ({step.pct}%)</span>
</div>
<div className="h-3 bg-slate-100 rounded-full overflow-hidden">
<div className="h-full bg-indigo-500 rounded-full transition-all" style={{ width: `\${step.pct}%` }} />
<div className="h-full bg-indigo-500 rounded-full transition-all" style={{ width: `${step.pct}%` }} />
</div>
</div>
))}