From 3038f0f61121abb7fb57855d78c8145650d22b34 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Mon, 30 Mar 2026 19:45:27 +0200 Subject: [PATCH] Update Discord invite links on landing page --- app/pages/index.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index ccf83ca..99c1a3b 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -539,9 +539,12 @@

Discord Community

- Join ongoing discussions around phraseology, scenarios and upcoming training modules. + Join the server for updates and occasional discussion. Activity is still light right now, so email is the + fastest way to reach us.

- Request Discord invite + + Join Discord server +

Early feedback

@@ -823,7 +826,12 @@
  • Social proof
  • FAQ
  • Feedback & ideas
  • -
  • Discord invite request
  • +
  • + + Discord server invite + +
  • +
  • Low activity right now. Email is still the best way to reach us.
  • info@opensquawk.de
  • @@ -855,7 +863,7 @@ import { useApi } from '~/composables/useApi' const api = useApi() const GITHUB_URL = 'https://github.com/OpenSquawk/OpenSquawk' -const DISCORD_INVITE_MAILTO = 'mailto:info@opensquawk.de?subject=Discord%20Community%20Invite%20Request' +const DISCORD_INVITE_URL = 'https://discord.gg/jJztEW8r2S' interface NavLink { label: string