add social links (#73)

This commit is contained in:
LordGhostX 2024-03-17 20:19:20 +01:00 committed by GitHub
parent 05f5f92ff8
commit 15f49c48af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 3 deletions

View File

@ -135,7 +135,23 @@ const config = {
},
{
href: 'https://github.com/waku-org',
label: 'Github',
label: 'GitHub',
},
{
href: 'https://www.youtube.com/@waku-org',
label: 'YouTube',
},
{
href: 'https://www.linkedin.com/company/waku-org',
label: 'LinkedIn',
},
{
href: 'https://warpcast.com/waku',
label: 'Farcaster',
},
{
href: 'https://t.me/waku_org',
label: 'Telegram',
},
],
},
@ -151,7 +167,7 @@ const config = {
},
{
to: '/join-us',
label: 'Work with us',
label: 'Work with Us',
},
{
href: 'https://guide.waku.org/',
@ -163,7 +179,7 @@ const config = {
items: [
{
href: '/terms',
label: 'Terms & conditions',
label: 'Terms of Use',
},
{
href: '/privacy-policy',