generated from coulomb/repo-seed
Implement RecentlyOnScope domain digest
This commit is contained in:
@@ -21,7 +21,15 @@ export default {
|
||||
{ name: "Overview", path: "/" },
|
||||
{ name: "Capabilities", path: "/capability-requests" },
|
||||
{ name: "Contributions", path: "/contributions" },
|
||||
{ name: "Domains", path: "/domains" },
|
||||
{
|
||||
name: "Domains",
|
||||
path: "/domains",
|
||||
collapsible: true,
|
||||
open: false,
|
||||
pages: [
|
||||
{ name: "RecentlyOnScope", path: "/domains/recently-on-scope" },
|
||||
],
|
||||
},
|
||||
{ name: "Goals", path: "/goals" },
|
||||
{ name: "Inbox", path: "/inbox" },
|
||||
{ name: "Progress", path: "/progress" },
|
||||
|
||||
Reference in New Issue
Block a user