Skip to content

Commit 1b180db

Browse files
committed
update
1 parent 6b1f418 commit 1b180db

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
@@ -140,7 +140,7 @@ export default async function ProjectOverviewPage(props: PageProps) {
140140
/>
141141
</div>
142142
)}
143-
<div className="grid gap-6 max-md:px-6 md:grid-cols-2">
143+
<div className="grid gap-6 max-md:px-6 max-md:pb-6 md:grid-cols-2">
144144
{walletConnections.length > 0 && (
145145
<WalletDistributionCard data={walletConnections} />
146146
)}

0 commit comments

Comments
 (0)