From 13f1d97394551bc974790914cef8458fb980a6d5 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Thu, 7 May 2026 04:34:28 +0300 Subject: [PATCH] feat: Added discord link --- package.json | 1 + src/components/Community.astro | 24 ++++++++++ src/components/Footer.astro | 1 + src/components/Header.astro | 9 +++- src/components/Integrations.astro | 74 ++++++++++++++++++------------- src/components/Welcome.astro | 6 ++- 6 files changed, 79 insertions(+), 36 deletions(-) create mode 100644 src/components/Community.astro diff --git a/package.json b/package.json index 68f9650..a66b108 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "youtube": "https://www.youtube.com/@SimeonRadivoev", "issues": "https://github.com/simeonradivoev/gameflow-deck/issues", "store": "https://github.com/simeonradivoev/gameflow-store", + "discord": "https://discord.gg/R9KakhY67d", "license": "https://github.com/simeonradivoev/gameflow-deck/blob/master/LICENSE", "packages": "https://www.npmjs.com/search?q=maintainer%3Asimeonradivoev%20keywords%3Agameflow", "aboutus": "https://simeonradivoev.com", diff --git a/src/components/Community.astro b/src/components/Community.astro new file mode 100644 index 0000000..0804aa8 --- /dev/null +++ b/src/components/Community.astro @@ -0,0 +1,24 @@ +--- +import { Discord } from "simple-icons-astro"; +import pkg from "../../package.json"; +--- + +
+
+
Discord
+
Join Our Community
+
+ Have a suggestion, feedback or just a question? +
+ +
+
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index dbcc2d9..663fb7a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -17,6 +17,7 @@ import pkg from "../../package.json"; About us Packages Store + Discord Sponsor