1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #126 from oceanprotocol/feature/aiforgood

AI for Good category
This commit is contained in:
Matthias Kretschmann 2019-05-15 13:41:19 +02:00 committed by GitHub
commit 46eba4e795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,8 @@ const categoryImageFile = (category: string) => {
case 'Visual Arts & Design':
case 'visualart':
return visualart
case 'AI for Good':
return dataofdata
default:
return fallback
}

View File

@ -38,6 +38,7 @@
"type": "select",
"required": true,
"options": [
"AI for Good",
"Image Recognition",
"Dataset Of Datasets",
"Language",