add politician
This commit is contained in:
parent
d86fec9a6b
commit
a2f2739cb9
@ -1249,6 +1249,7 @@ export function getPartyForPoliticians(name) {
|
|||||||
"Byron Donalds": "Republican",
|
"Byron Donalds": "Republican",
|
||||||
"James Comer": "Republican",
|
"James Comer": "Republican",
|
||||||
"Guy Reschenthaler": "Republican",
|
"Guy Reschenthaler": "Republican",
|
||||||
|
"Keith Self": "Republican",
|
||||||
};
|
};
|
||||||
|
|
||||||
// Combine first and last name to form the key
|
// Combine first and last name to form the key
|
||||||
|
|||||||
@ -666,17 +666,17 @@
|
|||||||
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100"
|
class="w-full text-white border border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer bg-inherit sm:hover:bg-secondary transition ease-out duration-100"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="/sentiment-tracker"
|
href="/potus-tracker"
|
||||||
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
>
|
>
|
||||||
<div class="w-full flex justify-between items-center p-3 mt-3">
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
<h2 class="text-start text-xl font-semibold text-white ml-3">
|
<h2 class="text-start text-xl font-semibold text-white ml-3">
|
||||||
Sentiment Tracker
|
POTUS Tracker
|
||||||
</h2>
|
</h2>
|
||||||
<ArrowLogo class="w-8 h-8 mr-3 flex-shrink-0" />
|
<ArrowLogo class="w-8 h-8 mr-3 flex-shrink-0" />
|
||||||
</div>
|
</div>
|
||||||
<span class="text-white p-3 ml-3 mr-3">
|
<span class="text-white p-3 ml-3 mr-3">
|
||||||
Follow the latest trends in realtime on social media
|
Follow the latest executive orders of the US President
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user