Skip to content

Commit

Permalink
fix: Correct wording for alumni contributors (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithjazzy authored Nov 14, 2023
1 parent 62ced3a commit 2f23896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const peopleFilters: Record<ContributorType, string> = {
all: "All Contributors",
active: "Active Contributors",
new: "New Contributors",
alumni: "Churned Contributors",
alumni: "Alumni Contributors",
};

const LegendItem = ({ color, title }: { color?: string; title: string }) => {
Expand Down

0 comments on commit 2f23896

Please sign in to comment.