Skip to content

Commit

Permalink
Merge pull request #740 from dhanasekaranc/master
Browse files Browse the repository at this point in the history
Add Colorado Fiscal Institute logo to homepage
  • Loading branch information
MaxGhenis authored Oct 15, 2023
2 parents 3f10a1b + 5ba8dcc commit 12ef32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/images/logos/orgs/cfi.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 @@ -39,6 +39,7 @@ import F4GI from "../images/logos/orgs/f4gi.jpg";
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 CFI from "../images/logos/orgs/cfi.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";
Expand Down Expand Up @@ -735,5 +736,9 @@ const orgData = {
logo: PeoplesPolicyProject,
link: "https://www.peoplespolicyproject.org/2023/08/10/the-end-child-poverty-act-would-dramatically-reduce-poverty/",
},
cfi: {
logo: CFI,
link: "https://www.coloradofiscal.org/",
},
},
};

0 comments on commit 12ef32c

Please sign in to comment.