Skip to content

Commit

Permalink
feat: update filters for repos and contributors (#464)
Browse files Browse the repository at this point in the history
Closes #461
  • Loading branch information
brandonroberts authored Oct 2, 2022
1 parent 683272b commit e15bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hooks/useFilterOptions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const useFilterOptions = () => {
const filterOptions = ["Top 1k Repos", "Minimum 5 Contributors", "1k Stars", "Most Active", "Most Spammed"];
const filterOptions = ["Top 100 Repos", "Minimum 5 Contributors", "Recent", "Most Active", "Most Spammed"];

return filterOptions;
};
Expand Down

0 comments on commit e15bbf8

Please sign in to comment.