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

Merge pull request #136 from oceanprotocol/fix/ai-for-good-category

consistent AI For Good category naming
This commit is contained in:
Matthias Kretschmann 2019-05-17 15:11:22 +02:00 committed by GitHub
commit 16df88aca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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