Add socials to navbar

This commit is contained in:
technobaboo
2021-07-21 19:55:36 -05:00
parent 267ec7e61a
commit 6da3279f19

View File

@@ -32,6 +32,16 @@ module.exports = {
position: 'left',
label: 'Docs',
},
{
href: 'https://twitter.com/stardustxr',
label: 'Twitter',
position: 'right',
},
{
href: 'https://discord.gg/qwxuwRrbP5',
label: 'Discord',
position: 'right',
},
{
href: 'https://github.com/technobaboo/stardust-xr',
label: 'GitHub',