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:
commit
46eba4e795
@ -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
|
||||
}
|
||||
|
@ -38,6 +38,7 @@
|
||||
"type": "select",
|
||||
"required": true,
|
||||
"options": [
|
||||
"AI for Good",
|
||||
"Image Recognition",
|
||||
"Dataset Of Datasets",
|
||||
"Language",
|
||||
|
Loading…
Reference in New Issue
Block a user