fix: code styles

This commit is contained in:
Koosha Lahouti
2025-08-10 16:21:25 -07:00
parent 57959f39ce
commit 8e6c09225d
28 changed files with 613 additions and 568 deletions

View File

@@ -45,7 +45,7 @@ export function RecentLogins() {
},
}}
>
<Box sx={{ width: '100%', maxWidth: '754px', px: 4 }}>
<Box sx={{ px: 4 }}>
{data.map((d) => (
<React.Fragment key={d.id}>
<Box