You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/AiMarketplace/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import PromoComponent from "../PromoComponent";
6
6
import{Helmet}from"react-helmet";
7
7
8
8
constseoData={
9
-
title: "SingularityNET AI Merketplace",
9
+
title: "SingularityNET AI Marketplace",
10
10
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`,
Copy file name to clipboardExpand all lines: src/components/GetStarted/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import { useStyles } from "./styles";
9
9
importSeoMetadatafrom"../common/SeoMetadata";
10
10
11
11
constseoData={
12
-
title: "SingularityNET AI Merketplace",
12
+
title: "SingularityNET AI Marketplace",
13
13
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`,
0 commit comments