Skip to content

Commit

Permalink
add globalstats
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed May 27, 2024
1 parent 1e41b48 commit 6fa43b7
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 6fa43b7

Please sign in to comment.