Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AiMarketplace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
2 changes: 1 addition & 1 deletion src/components/GetStarted/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
Loading