File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
apps/dashboard/src/app/team Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export default async function Page(props: {
124124 < div className = "flex flex-col justify-between gap-16 pb-16 md:container md:pt-8 xl:flex-row" >
125125 < div className = "grow" >
126126 { isEmpty ? (
127- < div className = "max-md: container" >
127+ < div className = "container p-6 " >
128128 < EmptyState />
129129 </ div >
130130 ) : (
Original file line number Diff line number Diff line change @@ -464,7 +464,6 @@ async function getUserOpUsage(args: {
464464 const json = await res . json ( ) ;
465465
466466 if ( res . status !== 200 ) {
467- console . log ( await res . text ( ) ) ;
468467 console . error ( "Failed to fetch user ops usage" ) ;
469468 return [ ] ;
470469 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import walletsIcon from "../../../../../public/assets/tw-icons/wallets.svg";
1717
1818export function EmptyState ( ) {
1919 return (
20- < div className = "flex items-center justify-center md:min-h-[500px]" >
20+ < div className = "flex items-start justify-center md:min-h-[500px]" >
2121 < div className = "group container flex flex-col items-center justify-center gap-8 rounded-lg border bg-card p-6 py-24" >
2222 < div className = "flex max-w-[500px] flex-col items-center justify-center gap-6" >
2323 < AnimatedIcons />
You can’t perform that action at this time.
0 commit comments