fix: design updates padding and sht
This commit is contained in:
@@ -56,25 +56,21 @@ export default function DashboardPage() {
|
||||
<StudioStat
|
||||
label="Total Galleries"
|
||||
value={String(galleries.length).padStart(2, '0')}
|
||||
note="Gallery Buffer"
|
||||
accent="coral"
|
||||
/>
|
||||
<StudioStat
|
||||
label="Published"
|
||||
value={String(published).padStart(2, '0')}
|
||||
note="Live Deliveries"
|
||||
accent="violet"
|
||||
/>
|
||||
<StudioStat
|
||||
label="Photographs"
|
||||
value={String(photos).padStart(2, '0')}
|
||||
note="Media Records"
|
||||
accent="gold"
|
||||
/>
|
||||
<StudioStat
|
||||
label="Storage Used"
|
||||
value={formatBytes(storage)}
|
||||
note="Object Storage"
|
||||
accent="ink"
|
||||
/>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user