Skip to content

Commit

Permalink
refine chart labels after data update
Browse files Browse the repository at this point in the history
  • Loading branch information
silentDjay committed Mar 8, 2024
1 parent c13a87c commit 6999f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/GameplayStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const gameplayCharts: ChartProps[] = [
worldMap: true,
},
{
label: <span>Games Won &#10147; Target Country</span>,
label: <span>Most Frequently Found &#10147; Country</span>,
id: "dL_AgjfdWYXRJOYJvgvP5-eLEHWsgA",
},
{
Expand All @@ -26,11 +26,11 @@ const gameplayCharts: ChartProps[] = [
id: "idoI9-65Du4mGv7geDcUHneUIgigxQ",
},
{
label: <span>Games Forfeited &#10147; Target Country</span>,
label: <span>Games Forfeited &#10147; Country</span>,
id: "V1iav5rn8z5SS2BmfA0Aby0gjHTw_A",
},
{
label: <span>Clicks &#10147; Geographic Feature</span>,
label: <span>Most Clicked &#10147; Geographic Feature</span>,
id: "-B0St7MawU2Z0npNmVfnsiNLPiv4sA",
},
];
Expand Down

0 comments on commit 6999f6b

Please sign in to comment.