Skip to content

Commit

Permalink
Update Calculator.tsx
Browse files Browse the repository at this point in the history
calc edits
  • Loading branch information
mrlerner authored Jan 24, 2024
1 parent 72a00c0 commit a1dff33
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions src/components/Calculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,13 @@ const DISTRIBUTION: Distribution = [
>
Everybody Votes
</a>
,{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
, and {" "}
<a
href="https://www.workingamerica.org/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
Working America
</a>
, and the{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
Movement Voter Project
</a>{" "}
because of their low cost per voter.
</P21>
Expand Down

0 comments on commit a1dff33

Please sign in to comment.