From 52da0ca516139598e3a96fa384199af43caa6896 Mon Sep 17 00:00:00 2001 From: Gary Tou Date: Fri, 18 Aug 2023 09:06:33 -0700 Subject: [PATCH 1/2] Hide "128 Collective Funded" badge 128 Collective requested that we hide the "Funded" badge for the time being. It may be made visible in the future after they have more multi-year grants. --- pages/bank/climate/index.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/bank/climate/index.js b/pages/bank/climate/index.js index dd948d57..c3bf7b97 100644 --- a/pages/bank/climate/index.js +++ b/pages/bank/climate/index.js @@ -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', From 40ee63411645c75bf914f1755414ee911cbea71e Mon Sep 17 00:00:00 2001 From: Gary Tou Date: Fri, 18 Aug 2023 09:07:00 -0700 Subject: [PATCH 2/2] Add missing space in meta title --- pages/bank/climate/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bank/climate/index.js b/pages/bank/climate/index.js index c3bf7b97..e333dfcd 100644 --- a/pages/bank/climate/index.js +++ b/pages/bank/climate/index.js @@ -529,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' +