diff --git a/pages/fiscal-sponsorship/climate/index.js b/pages/fiscal-sponsorship/climate/index.js
index 69fc7d30..37ac7d05 100644
--- a/pages/fiscal-sponsorship/climate/index.js
+++ b/pages/fiscal-sponsorship/climate/index.js
@@ -41,24 +41,6 @@ export const badges = [
icon: 'explore',
match: org => org.isTransparent
},
- // The "128 Collective Funded" is hidden for now. It may be re-added in the
- // future after 128 Collective has more multi-year grants.
- // {
- // label: 'Funded',
- // id: '128CollectiveFunded',
- // tooltip: '128 Collective Funded',
- // match: org => org.is128Funded,
- // image:
- // 'https://d33wubrfki0l68.cloudfront.net/5fc90935f8126233f42919a6c68601a5d735d798/fa4b2/images/logo.svg'
- // },
- {
- label: 'Recommended',
- id: '128CollectiveRecommended',
- tooltip: '128 Collective Recommended',
- match: org => org.is128Recommended,
- image:
- 'https://d33wubrfki0l68.cloudfront.net/5fc90935f8126233f42919a6c68601a5d735d798/fa4b2/images/logo.svg'
- }
]
badges.__proto__.forOrg = function (org) {
@@ -1147,69 +1129,6 @@ export default function ClimatePage({ rawOrganizations, pageRegion }) {
-
-
-
- Join us in supporting
climate initiatives.
-
-
- Let your money work for change by donating to all climate-focused
- nonprofits on HCB. Donate to 128 Collective’s curated list of
- recommended organizations.
-
-
-
-
@@ -1316,7 +1235,7 @@ export class Organization {
return {
type: this.raw.category,
category: 'Coding',
- badges: ['128_collective_funded']
+ badges: ['']
}
}
@@ -1367,7 +1286,7 @@ export class Organization {
* @type {boolean}
*/
get is128Recommended() {
- return this.raw.partners?.['128_collective']?.recommended
+ return false
}
/**
@@ -1375,7 +1294,7 @@ export class Organization {
* @type {boolean}
*/
get is128Funded() {
- return this.raw.partners?.['128_collective']?.funded
+ return false
}
/**
diff --git a/pages/fiscal-sponsorship/directory/index.js b/pages/fiscal-sponsorship/directory/index.js
index 4097675d..6bbe60d0 100644
--- a/pages/fiscal-sponsorship/directory/index.js
+++ b/pages/fiscal-sponsorship/directory/index.js
@@ -1110,7 +1110,7 @@ export class Organization {
return {
type: this.raw.category,
category: 'Coding',
- badges: ['128_collective_funded']
+ badges: ['']
}
}
@@ -1161,7 +1161,7 @@ export class Organization {
* @type {boolean}
*/
get is128Recommended() {
- return this.raw.partners?.['128_collective']?.recommended
+ return false
}
/**
@@ -1169,7 +1169,7 @@ export class Organization {
* @type {boolean}
*/
get is128Funded() {
- return this.raw.partners?.['128_collective']?.funded
+ return false
}
/**
diff --git a/pages/fiscal-sponsorship/index.js b/pages/fiscal-sponsorship/index.js
index 2600e2da..8b5b189a 100644
--- a/pages/fiscal-sponsorship/index.js
+++ b/pages/fiscal-sponsorship/index.js
@@ -315,75 +315,6 @@ export default function Page() {
-
-
-
-
-
-
- The fiscal sponsor of choice for the best funders.
-
-
-
- {['128.png', 'ycjf.png', 'first.png'].map(file => (
-
- ))}
-
-
-
-
- “HCB’s Climate fiscal sponsorship program removes funding
- barriers with a blend of youth-centered, tech-savvy services and
- a deep commitment to authentic youth empowerment.”
-
-
- —
-
- Kate Goss
-
- , Executive Director,{' '}
-
- 128 Collective
-
-
-
-
-
-