Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Aug 12, 2024
1 parent f5ff154 commit 92f24a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const AdminPage = () => {
/>
))}
</div>
<div className="pt-2 p-8 bg-success/5 lg:w-1/2">
<div className="p-8 bg-success/5 lg:w-1/2">
<div className="flex justify-between items-center">
<h2 className="font-bold text-xl">
Completed Grants {completedGrants && completedGrants.length > 0 && <>({completedGrants.length})</>}
Expand Down

0 comments on commit 92f24a2

Please sign in to comment.