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/App.js b/src/App.js index 7617cb87d..61f60add4 100644 --- a/src/App.js +++ b/src/App.js @@ -61,7 +61,7 @@ const App = () => { useEffect(() => { dispatch(userActions.fetchUserDetails()); - dispatch(userActions.getIsTermsAcceptedInfo()); + isLoggedIn && dispatch(userActions.getIsTermsAcceptedInfo()); }, [dispatch]); const Loader = () => { @@ -170,17 +170,7 @@ const App = () => { /> } /> - - } - /> + 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`,