Skip to content

Commit

Permalink
rename co-reads to trending in explore menu
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Feb 2, 2024
1 parent d25dd53 commit 0e55e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResultList/ListActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const ListActions = (props: IListActionsProps): ReactElement => {
<MenuDivider />
<MenuGroup title="OPERATIONS">
<MenuItem onClick={handleOpsLink('trending')} data-testid="trending-operator">
Co-reads
Trending
</MenuItem>
<MenuItem onClick={handleOpsLink('reviews')} data-testid="reviews-operator">
Reviews
Expand Down

0 comments on commit 0e55e82

Please sign in to comment.