From 30587ef1e96f80e81ee8f44f209b37c0d1c7787e Mon Sep 17 00:00:00 2001 From: Aayushmaan Date: Sat, 28 Mar 2026 22:54:22 +0530 Subject: [PATCH] Updated /community/team to /community/about as there was no team section --- configs/community.sidebar.json | 4 ++-- configs/footer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/community.sidebar.json b/configs/community.sidebar.json index 9a3eb2f9..f17889ce 100644 --- a/configs/community.sidebar.json +++ b/configs/community.sidebar.json @@ -4,8 +4,8 @@ "title": "Community", "routes": [ { - "title": "Team", - "path": "/community/team" + "title": "About", + "path": "/community/about" }, { "title": "Hackathons and Workshops", diff --git a/configs/footer.json b/configs/footer.json index d0c78c94..c5ef784e 100644 --- a/configs/footer.json +++ b/configs/footer.json @@ -44,8 +44,8 @@ "path": "/docs/contributing" }, { - "title": "Team", - "path": "/community/team" + "title": "About", + "path": "/community/about" } ] },