mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
[resumes][feat] change to most comments
This commit is contained in:
@ -57,7 +57,7 @@ export const BROWSE_TABS_VALUES = {
|
|||||||
export const SORT_OPTIONS: Record<string, string> = {
|
export const SORT_OPTIONS: Record<string, string> = {
|
||||||
latest: 'Latest',
|
latest: 'Latest',
|
||||||
popular: 'Popular',
|
popular: 'Popular',
|
||||||
topComments: 'Top Comments',
|
topComments: 'Most Comments',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const ROLE: Array<FilterOption<RoleFilter>> = [
|
export const ROLE: Array<FilterOption<RoleFilter>> = [
|
||||||
|
Reference in New Issue
Block a user