From cf392bce4a264c0b4fa1f7f73c42b890fba75764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Wed, 22 Mar 2023 16:39:13 +0100 Subject: [PATCH] style: remove Playground it will be added as a section in future --- public/favicon/site.webmanifest | 2 +- src/components/Seo.tsx | 4 ++-- src/pages/index.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/favicon/site.webmanifest b/public/favicon/site.webmanifest index f0cc9af..e16dc4a 100644 --- a/public/favicon/site.webmanifest +++ b/public/favicon/site.webmanifest @@ -1,5 +1,5 @@ { - "name": "Celestia Node API Playground", + "name": "Celestia Node API", "short_name": "Celestia Node API", "icons": [ { diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index d21878d..e2b0dc4 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -3,8 +3,8 @@ import { useRouter } from 'next/router'; // !STARTERCONF Change these default meta const defaultMeta = { - title: 'Celestia Node API Playground', - siteName: 'Celestia Node API Playground', + title: 'Celestia Node API', + siteName: 'Celestia Node API', description: 'The Celestia Node API is the collection of RPC methods that can be used to interact with the services provided by Celestia Data Availability Nodes.', /** Without additional '/' on the end, e.g. https://theodorusclarence.com */ diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6c2b3b5..aaf151a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -248,7 +248,7 @@ export default function Example() {