Skip to content

Commit 23f2209

Browse files
update discord link in sidebar header
1 parent c31cc4e commit 23f2209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/exokit/layout/partials/secondary/sidebar_header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var links = [
55
{url: 'community/', text: 'Community'},
66
{url: 'showcase/', text: 'Showcase'},
77
{url: config.github.exokit.url, text: 'GitHub', slug: 'github', title: 'Exokit Project Repository'},
8-
{url: 'https://discord.gg/Apk6cZN', text: 'Discord'}
8+
{url: 'https://discord.gg/wm62cFN', text: 'Discord'}
99
];
1010
links = links.map(function (link) {
1111
if (is_external_url(link.url)) {

0 commit comments

Comments
 (0)