Update content from team to people

This commit is contained in:
samaradel
2021-04-12 14:55:38 +02:00
parent e666655084
commit 8480012e6d
7 changed files with 22 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ export default {
computed: {
memberships() {
var res = [{ title: "All", path: "/team" }];
var res = [{ title: "All", path: "/people" }];
this.$page.allMembership.edges.forEach((edge) =>
res.push({ title: edge.node.title, path: edge.node.path })
);