Skip to content

Commit

Permalink
Merge pull request #923 from parlemonde/ft-VIL-423
Browse files Browse the repository at this point in the history
add globalstats
  • Loading branch information
SimNed authored May 27, 2024
2 parents 1e41b48 + 6fa43b7 commit 88b1413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/admin/dashboard-statistics/GlobalStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const GlobalStats = () => {
<div>
<StatsCard data={15}>Nombre de classes inscrites</StatsCard>
<StatsCard data={20}>Nombre de classes connectées</StatsCard>
<StatsCard data={24}>Nombre de classes contributrices</StatsCard>
</div>
);
};
Expand Down

0 comments on commit 88b1413

Please sign in to comment.