Skip to content

Commit

Permalink
remove "Token / Pair" in search
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Dec 16, 2024
1 parent 32f3d5b commit ae63ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/strategies/overview/StrategyFilterSort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export type StrategyFilter = keyof typeof strategyFilter;
export const strategySort = {
recent: 'Recently Created',
old: 'Oldest Created',
pairAsc: 'Pair / Token (A->Z)',
pairDesc: 'Pair / Token (Z->A)',
pairAsc: 'Pair (A->Z)',
pairDesc: 'Pair (Z->A)',
totalBudgetDesc: 'Total Budget',
trades: 'Trade Count',
};
Expand Down

0 comments on commit ae63ae1

Please sign in to comment.