diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/web/components/admin/ServerStats.tsx (renamed from apps/web/components/dashboard/admin/ServerStats.tsx) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/admin/ServerStats.tsx b/apps/web/components/admin/ServerStats.tsx index da69390b..1f0c7e9d 100644 --- a/apps/web/components/dashboard/admin/ServerStats.tsx +++ b/apps/web/components/admin/ServerStats.tsx @@ -73,7 +73,7 @@ export default function ServerStats() { } return ( - <> + <div className="flex flex-col gap-4"> <div className="mb-2 text-xl font-medium"> {t("admin.server_stats.server_stats")} </div> @@ -143,6 +143,6 @@ export default function ServerStats() { </TableBody> </Table> </div> - </> + </div> ); } |
