diff --git a/src/components/GameplayStats.tsx b/src/components/GameplayStats.tsx index c64f931..c041b29 100644 --- a/src/components/GameplayStats.tsx +++ b/src/components/GameplayStats.tsx @@ -14,7 +14,7 @@ const gameplayCharts: ChartProps[] = [ worldMap: true, }, { - label: Games Won ➣ Target Country, + label: Most Frequently Found ➣ Country, id: "dL_AgjfdWYXRJOYJvgvP5-eLEHWsgA", }, { @@ -26,11 +26,11 @@ const gameplayCharts: ChartProps[] = [ id: "idoI9-65Du4mGv7geDcUHneUIgigxQ", }, { - label: Games Forfeited ➣ Target Country, + label: Games Forfeited ➣ Country, id: "V1iav5rn8z5SS2BmfA0Aby0gjHTw_A", }, { - label: Clicks ➣ Geographic Feature, + label: Most Clicked ➣ Geographic Feature, id: "-B0St7MawU2Z0npNmVfnsiNLPiv4sA", }, ];