Skip to content

Commit

Permalink
Merge pull request #901 from QuickSwap/dev2
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
sameepsi authored Jul 7, 2023
2 parents 1a72320 + 07cf0f0 commit f887968
Show file tree
Hide file tree
Showing 27 changed files with 1,329 additions and 277 deletions.
2 changes: 1 addition & 1 deletion public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"unwrappingMATIC": "Unwrapping {{ symbol }}",
"fetchingBestRoute": "Fetching Best Route",
"contest": "Contest",
"leaderBoard": "Leader Board",
"leaderBoard": "Leaderboard",
"rank": "Rank",
"address": "Address",
"tradesTitleCase": "Trades",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const Header: React.FC = () => {
if (showLeaderboard) {
menuItems.push({
link: '/leader-board',
text: 'Leader Board',
text: 'Leaderboard',
id: 'contest-page-link',
isNew: true,
});
Expand Down
Loading

0 comments on commit f887968

Please sign in to comment.