We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052bb05 commit 88209e4Copy full SHA for 88209e4
apps/dashboard/src/app/team/components/Analytics/EmptyState.tsx
@@ -17,7 +17,7 @@ import walletsIcon from "../../../../../public/assets/tw-icons/wallets.svg";
17
18
export function EmptyState() {
19
return (
20
- <div className="flex items-center justify-center md:min-h-[500px]">
+ <div className="flex items-start justify-center md:min-h-[500px]">
21
<div className="group container flex flex-col items-center justify-center gap-8 rounded-lg border bg-card p-6 py-24">
22
<div className="flex max-w-[500px] flex-col items-center justify-center gap-6">
23
<AnimatedIcons />
0 commit comments