add discord link

This commit is contained in:
outfoxxed 2025-06-11 17:11:08 -07:00
parent 1271c0ad6b
commit 9a810cf864
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,6 @@
---
import matrixLogo from "@icons/matrix-logo.svg?raw";
import discordLogo from "@icons/discord-logo.svg?raw";
import gitLogo from "@icons/git-logo.svg?raw";
interface Props {
@ -21,6 +22,9 @@ const props = Astro.props;
<a href="https://matrix.to/#/#quickshell:outfoxxed.me" target="_blank" aria-label="Join our matrix space">
<Fragment set:html={matrixLogo}/>
</a>
<a href="https://discord.gg/UtZeT3xNyT" target="_blank" aria-label="Join our discord">
<Fragment set:html={discordLogo}/>
</a>
<a href="https://git.outfoxxed.me/quickshell/quickshell" target="_blank" aria-label="Visit our git server">
<Fragment set:html={gitLogo}/>
</a>