From 48021c7322071bc93db1817d823c03216a698a41 Mon Sep 17 00:00:00 2001 From: Marina Fedyantseva Date: Fri, 8 Aug 2025 13:15:10 +0300 Subject: [PATCH] [SM-159] replace the title of site --- public/manifest.json | 4 ++-- src/components/AiMarketplace/index.js | 2 +- src/components/GetStarted/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index efd8b448c..6393f7397 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "SingularityNET Beta Dapp", - "name": "SingularityNET Beta Dapp", + "short_name": "SingularityNET AI Merketplace", + "name": "SingularityNET AI Merketplace", "icons": [ { "src": "favicon.ico", diff --git a/src/components/AiMarketplace/index.js b/src/components/AiMarketplace/index.js index f54fa8d19..9ed7aa547 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 Beta Dapp", + title: "SingularityNET AI Merketplace", 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 a6c37d04b..feb3cb8e4 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 Beta Dapp", + title: "SingularityNET AI Merketplace", 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`,