Skip to content

Commit

Permalink
Mise à jour de la carte sur la page stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Oct 15, 2024
1 parent 4f1cfe6 commit 67a683a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/app/stats/StatisticsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ const StatisticsDisplay = ({
<div className="flex justify-around flex-wrap gap-y-20">
{nationalStats && (
<div className="fr-col-xs-12 fr-col-sm-12 fr-col-md-4 fr-col-lg-4 fr-ratio-1x1">
<ChartTitle>Collectivités engagées</ChartTitle>
<ChartTitle>Collectivités actives</ChartTitle>
<div className="w-[420px] h-[420px] mt-14">
<CarteCollectivites
filtre={'engagees'}
filtre={'toutes'}
etoiles={[1, 2, 3, 4, 5]}
forcedZoom={5.3}
/>
Expand Down

0 comments on commit 67a683a

Please sign in to comment.