File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const products = {
6464 icon : 'product-qa-crowd-testing' ,
6565 id : 'computer_vision' ,
6666 aliases : [ 'computer-vision' , 'computer_vision' ] ,
67- hidden : false
67+ hidden : true
6868 } , /*,
6969 'Algorithm Optimization': {
7070 brief: 'TBD',
@@ -87,7 +87,7 @@ const products = {
8787 icon : 'product-qa-crowd-testing' ,
8888 id : 'data_exploration' ,
8989 aliases : [ 'data-exploration' , 'data_exploration' ] ,
90- hidden : false
90+ hidden : true
9191 }
9292 }
9393 } ,
@@ -203,7 +203,7 @@ const products = {
203203 id : 'performance_testing' ,
204204 aliases : [ 'performance-testing' , 'performance_testing' ] ,
205205 hidden : true
206- }
206+ } ,
207207 'Digital Accessibility' : {
208208 brief : 'TBD' ,
209209 details : 'Make sure you app or website conforms to all rules and regulations' ,
@@ -229,6 +229,7 @@ const products = {
229229 disabled : true
230230 }
231231 }
232+ }
232233
233234 /*
234235 Analytics: {
You can’t perform that action at this time.
0 commit comments