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"; +--- + +