Skip to content

Commit

Permalink
Merge pull request #49 from escottalexander/change-percentage-to-weight
Browse files Browse the repository at this point in the history
Percentage is now called weight
  • Loading branch information
escottalexander authored Feb 26, 2024
2 parents bd19e6f + be76d47 commit 40da8e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ImpactTableHeader = ({ sortDesc, setSortDesc, sortBy, setSortBy }: Props)
<th scope="col" className=" px-3 lg:px-6 pb-3 w-[75%] text-start text-xs font-medium ">
<div className="flex items-center gap-1">
<span className="cursor-pointer" onClick={getClickHandler("weight")}>
Percentage
Weight
</span>
{sortBy === "weight" && (sortDesc ? <IoArrowDownSharp /> : <IoArrowUpSharp />)}
</div>
Expand Down

0 comments on commit 40da8e6

Please sign in to comment.