diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 1b193e6..34542a8 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -33,6 +33,7 @@
             <h2>Socials</h2>
             <a href="https://github.com/upryzing">GitHub</a>
             <!-- TODO: create an account <a href="#">Upryzing on the fediverse</a> -->
+            <a href="https://discord.gg/Zst96h5ABV">Discord</a>
         </section>
     </div>
     <div class="credits row">
diff --git a/src/components/HeaderBar.astro b/src/components/HeaderBar.astro
index bcbecf0..311a555 100644
--- a/src/components/HeaderBar.astro
+++ b/src/components/HeaderBar.astro
@@ -39,6 +39,13 @@ const { variant, isFilled } = Astro.props;
 						name="ph:github-logo"
 					/>
 				</a>
+				<a class="discord" href="https://discord.gg/Zst96h5ABV" aria-label="Upryzing's Discord server">
+					<Icon
+						fill="hsl(var(--accent-hue), 100%, 95%);"
+						size={24}
+						name="ph:discord-logo"
+					/>
+				</a>
 			</div>
 		)
 	}