diff --git a/src/components/NavbarLinkExternal.vue b/src/components/NavbarLinkExternal.vue index 2384a42..72b669b 100644 --- a/src/components/NavbarLinkExternal.vue +++ b/src/components/NavbarLinkExternal.vue @@ -2,6 +2,7 @@ {{ link.label }} diff --git a/src/utils/Navigation.ts b/src/utils/Navigation.ts index 535fe0c..529a347 100644 --- a/src/utils/Navigation.ts +++ b/src/utils/Navigation.ts @@ -4,7 +4,7 @@ import { github, twitter } from './Icons' export const links: NavbarLink[] = [ { label: 'Home', path: '/', local: true }, { label: 'Documentation', path: '/documentation', local: true }, - { label: 'Github', path: '/', local: false } + { label: 'Discussion', path: '/https://github.com/DiscordFactory/Core/discussions', local: false } ] export const socials = [