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" } ] },