From 996a27d9fe329c28562f859559b5517a52d9ceac Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 19 Oct 2024 13:13:56 -0600 Subject: [PATCH] Add designed by --- client/src/components/Footer.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index b8e8db4..94a3c30 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -192,6 +192,21 @@ const Footer: React.FC = () => { + +
+

+ Designed by{' '} + + DeafGain, LLC + +

+
+ ); };