Phone formatting works, start card moved, registration styling changed
This commit is contained in:
@@ -354,13 +354,7 @@ const AdminValidations = () => {
|
||||
Quick Overview
|
||||
</div>
|
||||
<div className="grid grid-cols-2 md:grid-cols-5 gap-4">
|
||||
<StatCard
|
||||
title="Total Pending"
|
||||
value={loading ? '-' : pendingUsers.length}
|
||||
icon={Users}
|
||||
iconBgClass="text-brand-purple"
|
||||
dataTestId="stat-total-users"
|
||||
/>
|
||||
|
||||
|
||||
<StatCard
|
||||
title="Awaiting Email"
|
||||
@@ -394,7 +388,13 @@ const AdminValidations = () => {
|
||||
dataTestId="stat-rejected"
|
||||
/>
|
||||
|
||||
|
||||
<StatCard
|
||||
title="Total Pending"
|
||||
value={loading ? '-' : pendingUsers.length}
|
||||
icon={Users}
|
||||
iconBgClass="text-brand-purple"
|
||||
dataTestId="stat-total-users"
|
||||
/>
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user