Update content from team to people
This commit is contained in:
@@ -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 })
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user