Seed: saas template (34 files)
This commit is contained in:
@@ -71,7 +71,7 @@ export default function AnalyticsPage() {
|
|||||||
<span className="text-slate-500">{step.value.toLocaleString()} ({step.pct}%)</span>
|
<span className="text-slate-500">{step.value.toLocaleString()} ({step.pct}%)</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="h-3 bg-slate-100 rounded-full overflow-hidden">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user