mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-21 18:28:18 +00:00
add social links (#73)
This commit is contained in:
parent
05f5f92ff8
commit
15f49c48af
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user