Update Waku's community links.

This commit is contained in:
Hossein Mehrabi
2022-12-07 13:37:59 +03:30
parent 25c1a9d252
commit 460aa1430b
@@ -22,7 +22,7 @@ export const wakuThemeConfig: typeof baseThemeConfig = {
],
footer: {
...baseThemeConfig.footer,
copyright: `Waku, ${new Date().getFullYear()}`,
copyright: `Copyright © ${new Date().getFullYear()} Status Gmbh. Built with Docusaurus.`,
logo: {
alt: 'Waku',
src: 'theme/image/logo.svg',
@@ -33,13 +33,17 @@ export const wakuThemeConfig: typeof baseThemeConfig = {
{
title: 'Community',
items: [
{
label: 'Discourse',
href: 'https://forum.vac.dev/',
},
{
label: 'Discord',
href: '4qdQN5JaWW',
href: 'j5pGbn7MHZ',
},
{
label: 'Twitter',
href: 'codexstorage',
href: 'waku-org',
},
],
},