Merge pull request #863 from hackclub/bank-climate-feedback

This commit is contained in:
Gary Tou 2023-08-18 09:46:26 -07:00 committed by GitHub
commit ff2a73b42e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,14 +44,16 @@ export const badges = [
icon: 'explore',
match: org => org.isTransparent
},
{
label: 'Funded',
id: '128CollectiveFunded',
tooltip: '128 Collective Funded',
match: org => org.is128Funded,
image:
'https://d33wubrfki0l68.cloudfront.net/5fc90935f8126233f42919a6c68601a5d735d798/fa4b2/images/logo.svg'
},
// 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',
@ -527,7 +529,7 @@ export default function ClimatePage({ rawOrganizations, pageRegion }) {
as={Head}
title={
'Climate-focused nonprofits' +
(region ? ` in ${region.label}` : 'on Hack Club Bank')
(region ? ` in ${region.label}` : ' on Hack Club Bank')
}
description={
'Nonprofits are making real environmental impact' +