Skip to content

Commit

Permalink
Update the text copy of the filter dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dyang415 committed Oct 7, 2023
1 parent 02e807d commit 0e56a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/FiltersDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const FiltersDropDown = forwardRef(function FiltersDropDown(
<button onClick={() => setLocalFilters([...localFilters, {}])}>
<Flex justifyContent="center" className="gap-2">
<PlusCircleIcon height={24} />
<Text className="text-sky-800">Add</Text>
<Text className="text-sky-800">Add New</Text>
</Flex>
</button>
</Flex>
Expand Down

0 comments on commit 0e56a61

Please sign in to comment.