Updated some copy

This commit is contained in:
Valtteri Karesto
2022-05-11 14:22:48 +03:00
parent 2300c201f8
commit 3a3d984098
2 changed files with 6 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ const Navigation = () => {
<Text <Text
css={{ fontSize: "$xs", color: "$mauve10", lineHeight: 1 }} css={{ fontSize: "$xs", color: "$mauve10", lineHeight: 1 }}
> >
{snap.files.length > 0 ? "Gist: " : "Playground"} {snap.files.length > 0 ? "Gist: " : "Builder"}
{snap.files.length > 0 && ( {snap.files.length > 0 && (
<Link <Link
href={`https://gist.github.com/${snap.gistOwner || ""}/${ href={`https://gist.github.com/${snap.gistOwner || ""}/${

View File

@@ -16,7 +16,7 @@ import state from "../state";
import TimeAgo from "javascript-time-ago"; import TimeAgo from "javascript-time-ago";
import en from "javascript-time-ago/locale/en.json"; import en from "javascript-time-ago/locale/en.json";
import { useSnapshot } from "valtio"; import { useSnapshot } from "valtio";
import Alert from '../components/AlertDialog'; import Alert from "../components/AlertDialog";
TimeAgo.setDefaultLocale(en.locale); TimeAgo.setDefaultLocale(en.locale);
TimeAgo.addLocale(en); TimeAgo.addLocale(en);
@@ -61,22 +61,22 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) {
<meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="telephone=no" />
<meta property="og:url" content={`${origin}${router.asPath}`} /> <meta property="og:url" content={`${origin}${router.asPath}`} />
<title>XRPL Hooks Editor</title> <title>XRPL Hooks Builder</title>
<meta property="og:title" content="XRPL Hooks Editor" /> <meta property="og:title" content="XRPL Hooks Editor" />
<meta name="twitter:title" content="XRPL Hooks Editor" /> <meta name="twitter:title" content="XRPL Hooks Editor" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@xrpllabs" /> <meta name="twitter:site" content="@xrpllabs" />
<meta <meta
name="description" name="description"
content="Playground for buildings Hooks, that add smart contract functionality to the XRP Ledger." content="Hooks Builder, add smart contract functionality to the XRP Ledger."
/> />
<meta <meta
property="og:description" property="og:description"
content="Playground for buildings Hooks, that add smart contract functionality to the XRP Ledger." content="Hooks Builder, add smart contract functionality to the XRP Ledger."
/> />
<meta <meta
name="twitter:description" name="twitter:description"
content="Playground for buildings Hooks, that add smart contract functionality to the XRP Ledger.." content="Hooks Builder, add smart contract functionality to the XRP Ledger."
/> />
<meta property="og:image" content={`${origin}${shareImg}`} /> <meta property="og:image" content={`${origin}${shareImg}`} />
<meta property="og:image:width" content="1200" /> <meta property="og:image:width" content="1200" />