mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
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:
parent
df2f685df6
commit
52da0ca516
1 changed files with 10 additions and 8 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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue