Skip to content

Commit

Permalink
chore: update meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Jan 13, 2024
1 parent 042669f commit 874476d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "JSON Crack",
"short_name": "JSON Crack",
"description": "Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.",
"description": "Beyond just an JSON editor, JSON Crack is an innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.",
"theme_color": "#36393e",
"background_color": "#36393e",
"display": "standalone",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MyDocument extends Document {
<Html lang="en">
<Head>
<SeoTags
description="Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs."
description="Beyond just an JSON editor, JSON Crack is an innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs."
title="JSON Crack - Visualize Data to Graphs"
image="https://jsoncrack.com/assets/jsoncrack.png"
/>
Expand Down

0 comments on commit 874476d

Please sign in to comment.