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.
This commit is contained in:
Gary Tou 2023-08-18 09:06:33 -07:00
parent df2f685df6
commit 52da0ca516
No known key found for this signature in database
GPG key ID: 1587ABD3593755C3

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',