Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 9c61d3d

Browse files
authored
Update rewards display from $500 to $3,630
1 parent 6499f83 commit 9c61d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/aidaos/RootDAOPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ export function RootDAOPage({ children, daoName }: RootDAOPageProps) {
482482
</div>
483483
<div className="flex items-center gap-2">
484484
<span className="font-bold">Rewards:</span>
485-
<span className="font-medium">$500</span>
485+
<span className="font-medium">$3,630</span>
486486
</div>
487487
</div>
488488
</div>

0 commit comments

Comments
 (0)