Skip to content

Commit

Permalink
legend: remove label "sort-by-relevance" (not implemented yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Nov 17, 2023
1 parent 76ca3e1 commit 0d0c0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contents/legend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const Legend = () => {
<div className="header" onMouseDown={handleMouseDown}>ShadeRunner</div>
<SwitchInput
label=""
options={['highlight', "focus", "sort-by-relevance"]}
options={['highlight', "focus"]}
selected={mode}
onChange={(value) => setMode(value)}
/>
Expand Down

0 comments on commit 0d0c0a3

Please sign in to comment.