From 81950ce72413b2f15643f26e9681e72f7f78130e Mon Sep 17 00:00:00 2001 From: raamb Date: Fri, 6 Sep 2019 22:51:14 +0530 Subject: [PATCH] Fixed wording in the GetStarted page --- src/utility/constants/GetStarted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility/constants/GetStarted.js b/src/utility/constants/GetStarted.js index dfd4da185..bbb639701 100644 --- a/src/utility/constants/GetStarted.js +++ b/src/utility/constants/GetStarted.js @@ -40,7 +40,7 @@ export const GetStartedCategoriesData = [ categoryIcon: SeacrhIcon, categoryTitle: "Browsing the marketplace", categoryDescription: - "Exploring AI - The SingularityNET AI Marketplace hosts a wide variety of AI services that range from Pneumonia Detection to Image Colorisation. You can view all of them by default in “Card view” as shown here but also search by category, rating, most recent and favourites.", + "Exploring AI - The SingularityNET AI Marketplace hosts a wide variety of AI services that range from Text generation to Face detection. You can view all of them by default in “List view” as shown here but also search by category, rating, most recent and favourites.", categoryTabs: [ { title: "Card or List Views ", media: { type: "img", content: CardorListViews } }, { title: "Change Filter Options", media: { type: "img", content: ChangeFilterOptions } },