Skip to content

Commit

Permalink
fix: Spacing on empty dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Aug 3, 2023
1 parent 5b274bc commit c8b203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/latest-logged-in-users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function LatestLoggedInUsers() {
</div>

{!loading && data.length === 0 && (
<div className="flex h-[50%] w-full flex-col items-center justify-center gap-3">
<div className="mt-10 flex h-[50%] w-full flex-col items-center justify-center gap-3">
<FolderX className="h-8 w-8 text-muted-foreground" />
<div className="flex flex-col items-center justify-center gap-1">
<h5 className="font-semibold text-muted-foreground">
Expand Down

0 comments on commit c8b203d

Please sign in to comment.