ソースを参照

update page title

AykutSarac 3 年 前
コミット
4d489905b9
3 ファイル変更3 行追加3 行削除
  1. 1 1
      README.md
  2. 1 1
      src/pages/_document.tsx
  3. 1 1
      src/pages/index.tsx

+ 1 - 1
README.md

@@ -37,7 +37,7 @@
 
 
 JSON Visio is data visualization tool for your json data which seamlessly illustrates your data on graphs without having to restructure anything, paste directly or import file.
 JSON Visio is data visualization tool for your json data which seamlessly illustrates your data on graphs without having to restructure anything, paste directly or import file.
 
 
-> <b><a href="https://jsonvisio.com">JSON Visio - Directly into graphs</a></b>
+> <b><a href="https://jsonvisio.com">JSON Visio - Directly onto graphs</a></b>
 
 
 ## ⚡️ Features
 ## ⚡️ Features
 
 

+ 1 - 1
src/pages/_document.tsx

@@ -58,7 +58,7 @@ class MyDocument extends Document {
           )}
           )}
           <SeoTags
           <SeoTags
             description="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
             description="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
-            title="JSON Visio - Directly into graphs"
+            title="JSON Visio - Directly onto graphs"
             image="https://jsonvisio.com/jsonvisio.png"
             image="https://jsonvisio.com/jsonvisio.png"
           />
           />
           <link rel="icon" href="/favicon.ico" />
           <link rel="icon" href="/favicon.ico" />

+ 1 - 1
src/pages/index.tsx

@@ -78,7 +78,7 @@ const Home: React.FC = () => {
           <StyledHeader>No Rules</StyledHeader>
           <StyledHeader>No Rules</StyledHeader>
           <StyledSubContent>
           <StyledSubContent>
             Be free, you don&apos;t have to restructure your json to transform
             Be free, you don&apos;t have to restructure your json to transform
-            it into graphs. We&apos;ve done it at our side, so you can just
+            it onto graphs. We&apos;ve done it at our side, so you can just
             paste your JSON.
             paste your JSON.
           </StyledSubContent>
           </StyledSubContent>
           <Button status="SUCCESS" onClick={() => push("/editor")}>
           <Button status="SUCCESS" onClick={() => push("/editor")}>