Skip to content

Commit

Permalink
Update ProjectsPage.jsx
Browse files Browse the repository at this point in the history
Changed label on reset button to "RESET FILTERS/SORT". The number shown was intended to be the number of columns sorted by, but the requirement for exactly what to show is still fluid.
  • Loading branch information
entrotech authored Nov 13, 2024
1 parent 58b4c3e commit 5716976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Projects/ProjectsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const ProjectsPage = ({ contentContainerRef }) => {
onClick={resetFiltersSort}
style={{ height: "40px" }}
>
RESET FILTERS/SORT ({sortedProjects.length})
RESET FILTERS/SORT
</button>
{filterCollapsed ? (
<button
Expand Down

0 comments on commit 5716976

Please sign in to comment.