Skip to content

Commit 6dab264

Browse files
authored
Merge pull request #129 from inkonchain/fix/fix-discord-link
fix: fix discord link
2 parents a33293a + 66a09b0 commit 6dab264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: DocsThemeConfig = {
1616
link: URLS.githubOrgUrl,
1717
},
1818
chat: {
19-
link: "https://test.com",
19+
link: "https://discord.com/invite/inkonchain?utm_source=docs&utm_medium=nav",
2020
},
2121
docsRepositoryBase: URLS.repositoryUrl,
2222
head: Head,

0 commit comments

Comments
 (0)