Skip to content

Commit

Permalink
Update Calculator.tsx
Browse files Browse the repository at this point in the history
Added org links
  • Loading branch information
mrlerner authored Jan 24, 2024
1 parent 095e2a5 commit 2eab280
Showing 1 changed file with 37 additions and 32 deletions.
69 changes: 37 additions & 32 deletions src/components/Calculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,18 @@ const DISTRIBUTION: Distribution = [
</P21>
<P21 className="text-medium">
We’ve chosen{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
Everybody Votes
<a
href="https://movement.vote/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
the Movement Voter Project
</a>
, and {" "}
<a
href="https://www.workingamerica.org/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
href="https://www.workingamerica.org/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
Working America
</a>{" "}
Expand All @@ -73,36 +74,40 @@ const DISTRIBUTION: Distribution = [
<P21 className="text-medium">
These organizations build long-term relationships with specific
communities and demographics. These organizations focus on being
trusted messengers for getting out the vote.
trusted messengers in critical battleground states.
</P21>
<P21 className="text-medium">
We’ve chosen{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
The Movement Voter Project
</a>
,{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
<a
href="https://www.somosvotantes.com/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
Somos Votantes
</a>
,{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
<a
href="https://www.blocbybloc.org/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
Black Leaders Organizing Communities
</a>
, and the{" "}
<a
onClick={() => alert("TODO: link")}
className="underline hover:text-white transition-colors duration-200"
>
New George Project
,{" "}
<a
href="https://newgeorgiaproject.org/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
New Georgia Project
</a>
, and {" "}
<a
href="https://www.luchaaz.org/"
className="underline hover:text-white transition-colors duration-200"
target="_blank"
>
Living United for Change in Arizona (LUCHA)
</a>
.
</P21>
Expand All @@ -127,8 +132,8 @@ const DISTRIBUTION: Distribution = [
name: "Competitive House Races",
description: (
<P21 className="text-medium">
Winning the house is an important backup in case Trump wins, but a good
local candidate can also help turn out votes for Biden.
Good house candidates help turn out votes for Biden.
Winning the house is also a good strategy in case Trump wins.
</P21>
),
perc: 0.2,
Expand Down

0 comments on commit 2eab280

Please sign in to comment.