Skip to content

Commit

Permalink
leaning state
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Mar 15, 2024
1 parent bd1943b commit d2b267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/More.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const PowerRankingDetails: React.FC<{ result: StateSelectionResult }> = ({
</>
);
} else {
return <>is a state where your vote may have more impact</>;
return <>is a “leaning state where your vote can have more impact</>;
}
};

Expand Down

0 comments on commit d2b267c

Please sign in to comment.