Skip to content

Commit

Permalink
Rename tab text from Leaderboard to Tasking Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayakRugvedi committed Oct 10, 2024
1 parent a357484 commit 6072acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/partnersStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function getSocialIcons(link) {
}

const tabData = [
{ id: 'leaderboard', title: 'Leaderboard' },
{ id: 'leaderboard', title: 'Tasking Manager' },
{ id: 'mapswipe', title: 'Map Swipe' },
];

Expand Down

0 comments on commit 6072acd

Please sign in to comment.