Skip to content

Commit ee87dd1

Browse files
authored
Fix links in footer (#261)
1 parent 714f7e7 commit ee87dd1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docusaurus.config.cjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const config = {
104104
},
105105
{
106106
label: 'Slack',
107-
href: 'https://join.slack.com/t/nebulaoss/shared_invite/enQtOTA5MDI4NDg3MTg4LTkwY2EwNTI4NzQyMzc0M2ZlODBjNWI3NTY1MzhiOThiMmZlZjVkMTI0NGY4YTMyNjUwMWEyNzNkZTJmYzQxOGU',
107+
href: 'https://join.slack.com/t/nebulaoss/shared_invite/zt-39pk4xopc-CUKlGcb5Z39dQ0cK1v7ehA',
108108
},
109109
],
110110
},
@@ -123,10 +123,6 @@ const config = {
123123
label: 'Docs',
124124
href: 'https://docs.defined.net',
125125
},
126-
{
127-
label: 'Twitter',
128-
href: 'https://twitter.com/DefinedNet',
129-
},
130126
],
131127
},
132128
],

0 commit comments

Comments
 (0)