mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
chore: update page titles
This commit is contained in:
parent
e6cb91bb74
commit
35984777a8
@ -51,7 +51,7 @@ function JsonCrack({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>JSON Crack | More Than a JSON Editor</title>
|
||||
<title>JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone</title>
|
||||
</Head>
|
||||
|
||||
<MantineProvider theme={mantineTheme}>
|
||||
|
@ -9,7 +9,7 @@ import Document, {
|
||||
import { ServerStyleSheet } from "styled-components";
|
||||
|
||||
const metatags = Object.freeze({
|
||||
title: "JSON Crack | More Than A JSON Editor",
|
||||
title: "JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone",
|
||||
image: "https://jsoncrack.com/assets/jsoncrack.png",
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user