Skip to content

Commit 0560cd6

Browse files
authored
Merge pull request #1061 from singnet/SM-254_implement-captcha
[SM-159] replace the title of site
2 parents fcdcc4c + 3f3f8ad commit 0560cd6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "SingularityNET AI Merketplace",
3-
"name": "SingularityNET AI Merketplace",
2+
"short_name": "SingularityNET AI Marketplace",
3+
"name": "SingularityNET AI Marketplace",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/components/AiMarketplace/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PromoComponent from "../PromoComponent";
66
import { Helmet } from "react-helmet";
77

88
const seoData = {
9-
title: "SingularityNET AI Merketplace",
9+
title: "SingularityNET AI Marketplace",
1010
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`,
1111
image: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace.png`,
1212
twitterImage: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace-twitter.png`,

src/components/GetStarted/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { useStyles } from "./styles";
99
import SeoMetadata from "../common/SeoMetadata";
1010

1111
const seoData = {
12-
title: "SingularityNET AI Merketplace",
12+
title: "SingularityNET AI Marketplace",
1313
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`,
1414
image: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace.png`,
1515
twitterImage: `${process.env.REACT_APP_SNET_CDN}/dapp/assets/images/SEO/singularitynet-marketplace-twitter.png`,

0 commit comments

Comments
 (0)