From c28c15db2f8fe133680010b22214704f75bb5447 Mon Sep 17 00:00:00 2001 From: Zackary Newman <34630441+Zman350x@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:13:45 -0400 Subject: [PATCH 1/2] Update Discord link in footer --- src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5fc6020..f8aba8d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -36,7 +36,7 @@ const Footer = () => {

Social Media

- +
@@ -53,4 +53,4 @@ const Footer = () => { ) } -export default Footer \ No newline at end of file +export default Footer From bdf8541bf06b1164cd7615ea35e985ecbe191853 Mon Sep 17 00:00:00 2001 From: Zackary Newman <34630441+Zman350x@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:15:34 -0400 Subject: [PATCH 2/2] Update Discord link on contact page --- src/pages/Contact.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Contact.tsx b/src/pages/Contact.tsx index eed473d..3b29215 100644 --- a/src/pages/Contact.tsx +++ b/src/pages/Contact.tsx @@ -20,7 +20,7 @@ const Contact = () => { Join our vibrant Discord community to connect with like-minded individuals, share ideas, and collaborate on creative projects. Whether you're a seasoned creator or just starting out, everyone is welcome!
Click here to join our Discord server. + href="https://discord.gg/9hBEKMQbpw">Click here to join our Discord server.
@@ -45,4 +45,4 @@ const Contact = () => { ) } -export default Contact \ No newline at end of file +export default Contact