浏览代码

update content

AykutSarac 3 年之前
父节点
当前提交
5ae712a36a
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      README.md
  2. 3 3
      src/pages/_document.tsx
  3. 1 1
      src/pages/index.tsx

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # JSON Visio (jsonvisio.com)
 
-Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly.
+Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly.
 
 <h3>Check it out!  <a href="https://jsonvisio.com">jsonvisio.com</a></h3>
 

+ 3 - 3
src/pages/_document.tsx

@@ -41,7 +41,7 @@ class MyDocument extends Document {
           <meta name="title" content="JSON Visio" />
           <meta
             name="description"
-            content="Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly."
+            content="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
           />
 
           <meta property="og:type" content="website" />
@@ -49,7 +49,7 @@ class MyDocument extends Document {
           <meta property="og:title" content="JSON Visio" />
           <meta
             property="og:description"
-            content="Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly."
+            content="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
           />
           <meta property="og:image" content="https://jsonvisio.com/image.png" />
 
@@ -58,7 +58,7 @@ class MyDocument extends Document {
           <meta property="twitter:title" content="JSON Visio" />
           <meta
             property="twitter:description"
-            content="Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly."
+            content="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
           />
           <meta property="twitter:image" content="https://jsonvisio.com/image.png" />
           <link rel="icon" href="/favicon.ico" />

+ 1 - 1
src/pages/index.tsx

@@ -61,7 +61,7 @@ const Home: React.FC = () => {
           </StyledHeader>
           <StyledSubContent>
             Simple visualization tool for your JSON data. No forced structure,
-            paste your JSON data and view it instantly.
+            paste your JSON and view it instantly.
           </StyledSubContent>
           <Link href="/editor" passHref>
             <a>