mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #863 from hackclub/bank-climate-feedback
This commit is contained in:
commit
ff2a73b42e
1 changed files with 11 additions and 9 deletions
|
|
@ -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' +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue