From c90f4f56eff89cc9c71fbe4b8dae8c92c9df647f Mon Sep 17 00:00:00 2001
From: Yash Kewlani
Date: Tue, 28 Jul 2026 10:08:49 +0530
Subject: [PATCH] docs: replace remaining contact@thestudentsuite.com with
studentsuite3@gmail.com
The footer, /about, and /contribute still pointed at the old contact
address after the prior email-update pass missed these three spots.
---
src/app/about/page.tsx | 4 ++--
src/app/contribute/page.tsx | 4 ++--
src/components/layout/footer.tsx | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 62b5f6a..50dd39e 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -80,10 +80,10 @@ export default function AboutPage() {
StudyMap is maintained by StudentSuite, as an open-source
project. Questions, corrections, and ideas are always welcome at{" "}
- contact@thestudentsuite.com
+ studentsuite3@gmail.com
{" "}
or on GitHub.
diff --git a/src/app/contribute/page.tsx b/src/app/contribute/page.tsx
index 0af48b4..5f3b8a4 100644
--- a/src/app/contribute/page.tsx
+++ b/src/app/contribute/page.tsx
@@ -93,8 +93,8 @@ export default function ContributePage() {
Email{" "}
-
- contact@thestudentsuite.com
+
+ studentsuite3@gmail.com
{" "}
or open a GitHub discussion.
diff --git a/src/components/layout/footer.tsx b/src/components/layout/footer.tsx
index 97cff54..bcf2e3c 100644
--- a/src/components/layout/footer.tsx
+++ b/src/components/layout/footer.tsx
@@ -66,7 +66,7 @@ export function Footer() {
Connect