fix typo and add Docs to navbar

This commit is contained in:
jinhojang6 2023-06-02 18:36:45 +09:00
parent ee0a7bb53c
commit cd8c800a20
2 changed files with 11 additions and 7 deletions

View File

@ -76,6 +76,10 @@ const config = {
label: 'About',
to: '/about',
},
{
label: 'Docs',
href: 'https://docs.waku.org',
},
{
label: 'Github',
href: 'https://github.com/status-im',
@ -121,7 +125,7 @@ const config = {
},
{
href: '/terms',
label: 'Temrs & conditions',
label: 'Terms & conditions',
},
],
},

View File

@ -98,6 +98,12 @@ import {
<Showcase
id="showcase"
items={[
{
name: 'Status',
logo: '/showcase/status-mark-white.svg',
description:
"Waku powers many of the Status super app's features, including its private messaging.",
},
{
name: 'XMTP',
logo: '/showcase/xmtp-mark-white.svg',
@ -110,12 +116,6 @@ import {
description:
'Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.',
},
{
name: 'Status',
logo: '/showcase/status-mark-white.svg',
description:
"Waku powers many of the Status super app's features, including its private messaging.",
},
{
name: 'Railgun',
logo: '/showcase/railgun-mark-white.svg',