Skip to content

Commit

Permalink
Merge pull request #685 from PolicyEngine/MaxGhenis/issue684
Browse files Browse the repository at this point in the history
Add People's Policy Project logo to homepage
  • Loading branch information
MaxGhenis authored Aug 10, 2023
2 parents 3c02158 + b49a366 commit 03708b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/images/logos/orgs/peoples-policy-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/pages/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import GCV from "../images/logos/orgs/gary-community-ventures.png";
import MCA from "../images/logos/orgs/mca.jpg";
import UBICenter from "../images/logos/orgs/ubicenter.png";
import MothersOutreachNetwork from "../images/logos/orgs/mothers-outreach-network.png";
import PeoplesPolicyProject from "../images/logos/orgs/peoples-policy-project.png";
import PRCarousel from "./home/GitHubActivity";

function HouseholdPolicyOptions(props) {
Expand Down Expand Up @@ -730,5 +731,9 @@ const orgData = {
logo: MothersOutreachNetwork,
link: "https://mothersoutreachnetwork.org/",
},
peoples_policy_project: {
logo: PeoplesPolicyProject,
link: "https://www.peoplespolicyproject.org/2023/08/10/the-end-child-poverty-act-would-dramatically-reduce-poverty/",
},
},
};

0 comments on commit 03708b6

Please sign in to comment.