Skip to content

Commit 80cf2ce

Browse files
dzieniszJanCizmar
andauthored
fix: update community link from Slack to Discord (#1035)
Co-authored-by: Jan Cizmar <[email protected]>
1 parent f90901d commit 80cf2ce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

footer.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,25 @@ module.exports.footer = {
3333
{
3434
title: 'Community',
3535
items: [
36+
{
37+
label: 'Discussions',
38+
href: 'https://tolg.ee/discussions',
39+
},
3640
{
3741
label: 'Slack',
3842
href: 'https://tolg.ee/slack',
3943
},
44+
{
45+
label: 'Discord',
46+
href: 'https://tolgee.io/discord',
47+
},
4048
{
4149
label: 'GitHub',
4250
href: 'https://github.com/tolgee',
4351
},
4452
{
4553
label: 'Discussions',
46-
href: 'https://github.com/tolgee/tolgee-platform/discussions',
54+
href: 'https://tolg.ee/discussions',
4755
},
4856
{
4957
label: 'Docker Hub',

0 commit comments

Comments
 (0)