diff --git a/public/manifest.json b/public/manifest.json index 6393f739..55f55d6b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "SingularityNET AI Merketplace", - "name": "SingularityNET AI Merketplace", + "short_name": "SingularityNET AI Marketplace", + "name": "SingularityNET AI Marketplace", "icons": [ { "src": "favicon.ico", diff --git a/src/components/AiMarketplace/index.js b/src/components/AiMarketplace/index.js index 9ed7aa54..5dd28ba0 100644 --- a/src/components/AiMarketplace/index.js +++ b/src/components/AiMarketplace/index.js @@ -6,7 +6,7 @@ import PromoComponent from "../PromoComponent"; import { Helmet } from "react-helmet"; const seoData = { - title: "SingularityNET AI Merketplace", + title: "SingularityNET AI Marketplace", description: `The SingularityNET Marketplace hosts AI services. Services offer free calls to try before you use ${process.env.REACT_APP_TOKEN_NAME} or Paypal to purchase`, image: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace.png`, twitterImage: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace-twitter.png`, diff --git a/src/components/GetStarted/index.js b/src/components/GetStarted/index.js index feb3cb8e..37ec207c 100644 --- a/src/components/GetStarted/index.js +++ b/src/components/GetStarted/index.js @@ -9,7 +9,7 @@ import { useStyles } from "./styles"; import SeoMetadata from "../common/SeoMetadata"; const seoData = { - title: "SingularityNET AI Merketplace", + title: "SingularityNET AI Marketplace", description: `The SingularityNET Marketplace hosts AI services. Services offer free calls to try before you use ${process.env.REACT_APP_TOKEN_NAME} or Paypal to purchase`, image: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace.png`, twitterImage: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace-twitter.png`,