mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
update page title
This commit is contained in:
parent
ab94e91122
commit
4d489905b9
@ -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.
|
||||
|
||||
> <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
|
||||
|
||||
|
@ -58,7 +58,7 @@ class MyDocument extends Document {
|
||||
)}
|
||||
<SeoTags
|
||||
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"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
@ -78,7 +78,7 @@ const Home: React.FC = () => {
|
||||
<StyledHeader>No Rules</StyledHeader>
|
||||
<StyledSubContent>
|
||||
Be free, you don't have to restructure your json to transform
|
||||
it into graphs. We've done it at our side, so you can just
|
||||
it onto graphs. We've done it at our side, so you can just
|
||||
paste your JSON.
|
||||
</StyledSubContent>
|
||||
<Button status="SUCCESS" onClick={() => push("/editor")}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user