Skip to content

Commit 9be70b9

Browse files
authored
Update DAODashboard.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent bd6535b commit 9be70b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DAODashboard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const DAODashboard: React.FC = () => {
1818

1919
// Mock data - In production, fetch from blockchain
2020
const [stats] = useState({
21-
activeVoters: 12847,
22-
totalProposals: 156,
21+
activeVoters: 1618033,
22+
totalProposals: 2025,
2323
votingPower: '3.14M',
2424
participationRate: 69
2525
});

0 commit comments

Comments
 (0)