Skip to content

Commit 8134f9e

Browse files
committed
[Dashboard] test
1 parent 6b1f418 commit 8134f9e

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/team/[team_slug]/[project_slug]

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/team/[team_slug]/[project_slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default async function ProjectOverviewPage(props: PageProps) {
149149
)}
150150
</div>
151151
{userOpUsage.length > 0 && (
152-
<div className="grid gap-6 max-md:px-6 max-md:pb-6 md:grid-cols-2">
152+
<div className="grid gap-6 max-md:px-6 md:grid-cols-2">
153153
<TotalSponsoredCard data={userOpUsage} />
154154
<UserOpUsageCard data={userOpUsage} />
155155
</div>

0 commit comments

Comments
 (0)