Skip to content

Commit bc6691c

Browse files
committed
ui tweaks
1 parent f07f9b4 commit bc6691c

File tree

1 file changed

+8
-13
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/contract/[chainIdOrSlug]/[contractAddress]/rewards/components

1 file changed

+8
-13
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/contract/[chainIdOrSlug]/[contractAddress]/rewards/components/claim-rewards-page.tsx

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,14 @@ export function ClaimRewardsPageUI(props: {
127127
return (
128128
<div>
129129
<div className="bg-card rounded-lg border">
130-
<div className="p-4 lg:px-8 py-8 border-b border-dashed">
131-
<h2 className="font-semibold text-2xl tracking-tight mb-1">
130+
<div className="p-4 lg:px-8 lg:py-8 border-b border-dashed">
131+
<div className="flex mb-3">
132+
<div className="rounded-full border bg-background p-2">
133+
<DollarSignIcon className="size-5 text-muted-foreground" />
134+
</div>
135+
</div>
136+
137+
<h2 className="font-semibold text-3xl tracking-tight mb-0.5">
132138
Rewards
133139
</h2>
134140
<p className="text-muted-foreground text-sm">
@@ -140,11 +146,6 @@ export function ClaimRewardsPageUI(props: {
140146

141147
<div className="p-4 lg:px-8 py-8 border-b border-dashed">
142148
<div className="mb-3">
143-
<div className="flex mb-3">
144-
<div className="rounded-full border p-2">
145-
<DollarSignIcon className="size-4 text-muted-foreground" />
146-
</div>
147-
</div>
148149
<h3 className="font-medium text-lg">Unclaimed Rewards</h3>
149150
<p className="text-muted-foreground text-sm">
150151
The rewards that are earned but haven't been distributed yet
@@ -167,12 +168,6 @@ export function ClaimRewardsPageUI(props: {
167168
</div>
168169

169170
<div className="p-4 lg:px-8 py-8">
170-
<div className="flex mb-3">
171-
<div className="rounded-full border p-2">
172-
<SplitIcon className="size-4 text-muted-foreground" />
173-
</div>
174-
</div>
175-
176171
<h3 className="font-medium text-lg">Reward Distribution</h3>
177172
<p className="text-muted-foreground text-sm mb-3">
178173
The unclaimed rewards will be distributed as:

0 commit comments

Comments
 (0)