Skip to content

Commit f65050b

Browse files
committed
Surface the community Discord in the About window and website footer
Adds a Discord link so beta users can find the community from the two places they look for project links: the in-app About window (Website · Get a license · GitHub · Discord) and the website footer's Resources column. Both use literal invite URLs, matching the existing sibling links (Svelte's no-navigation-without-resolve rejects variable hrefs in raw anchors).
1 parent 77b49d0 commit f65050b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

apps/desktop/src/lib/licensing/AboutWindow.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
<a href="https://github.com/vdavid/cmdr" onclick={handleLinkClick('https://github.com/vdavid/cmdr')}
130130
>GitHub</a
131131
>
132+
<span class="separator">•</span>
133+
<a href="https://discord.gg/4BVafBneKJ" onclick={handleLinkClick('https://discord.gg/4BVafBneKJ')}
134+
>Discord</a
135+
>
132136
</div>
133137

134138
<p class="copyright">© 2024-2026 David Veszelovszki</p>

apps/website/src/components/Footer.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ const currentYear = new Date().getFullYear()
7474
GitHub
7575
</a>
7676
</li>
77+
<li>
78+
<a
79+
href="https://discord.gg/4BVafBneKJ"
80+
class="text-[var(--color-text-secondary)] link-muted hover:text-[var(--color-text-primary)]"
81+
>
82+
Discord
83+
</a>
84+
</li>
7785
<li>
7886
<a
7987
href="https://github.com/vdavid/cmdr/issues"

0 commit comments

Comments
 (0)