Skip to content

Commit

Permalink
style: remove Playground
Browse files Browse the repository at this point in the history
it will be added as a section in future
  • Loading branch information
jcstein committed Mar 22, 2023
1 parent 3cc49cd commit cf392bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Celestia Node API Playground",
"name": "Celestia Node API",
"short_name": "Celestia Node API",
"icons": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/components/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function Example() {
<Bars3BottomLeftIcon className='h-6 w-6' aria-hidden='true' />
</button>
<h1 className='my-auto ml-2 font-[ruberoid] text-xl font-semibold text-gray-900 sm:text-3xl md:hidden'>
{spec.info.title} Playground
{spec.info.title}
</h1>
</div>

Expand All @@ -263,7 +263,7 @@ export default function Example() {
alt='Celestia block'
/>
<h1 className='my-auto ml-2 hidden font-[ruberoid] text-xl font-semibold text-gray-900 sm:text-3xl md:block'>
{spec.info.title} Playground
{spec.info.title}
</h1>
<span className='my-auto ml-4 inline-flex h-8 items-center rounded-full bg-purple-100 px-3 py-0.5 text-sm font-medium text-purple-800'>
{spec.info.version}
Expand Down

0 comments on commit cf392bc

Please sign in to comment.