Skip to content

Commit 7fc905f

Browse files
committed
added discord to menu
1 parent fe64070 commit 7fc905f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/routes/menu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
const github = { href: 'https://github.com/' + page.data.github, active: true };
2727
28-
const discord = { href: '.', active: false };
28+
const discord = { href: 'https://discord.gg/MTn9mVUG5n', active: true };
2929
3030
type menuItem = {
3131
title: string;

0 commit comments

Comments
 (0)