Skip to content

Commit

Permalink
Change "All" to "Best" in crafts
Browse files Browse the repository at this point in the history
Starting point for kokarn#111 (comment)
  • Loading branch information
Faalagorn authored Dec 19, 2021
1 parent 4d5af45 commit e194402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/crafts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Crafts() {
</div>
}
selected = {selectedStation === 'top'}
content = {'All'}
content = {'Best'}
onClick={setSelectedStation.bind(undefined, 'top')}
/>
</ButtonGroupFilter>
Expand Down

0 comments on commit e194402

Please sign in to comment.