Skip to content

Commit

Permalink
fix: use correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 4, 2023
1 parent 68f4ba5 commit 9335ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/posts/navigation/search/SearchMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
{ title: '>= 50', value: '>=50' },
{ title: '>= 100', value: '>=100' },
{ title: '>= 250', value: '>=200' },
{ title: '>= 250', value: '>=250' },
{ title: '>= 500', value: '>=500' },
{ title: '>= 750', value: '>=700' },
{ title: '>= 750', value: '>=750' },
{ title: '>= 1000', value: '>=1000' }
]
Expand Down

0 comments on commit 9335ed0

Please sign in to comment.