[Explore | develop]: app.component.ts: Commented out MenuItem for funders page.

grouped-queries
Konstantina Galouni 7 months ago
parent bc05c92edc
commit 2d8400e9b7

@ -198,7 +198,7 @@ export class AppComponent {
new MenuItem("", "Registries", "", "/search/entity-registries", false, ["datasource"], ["/search/entity-registries"], {}),
new MenuItem("", "Browse all", "", "/search/find/dataproviders", false, ["datasource"], ["/search/find/dataproviders"], {})]
),
// new MenuItem("funders", "Funders", "", "/funders", false, [], ["/funders"], {}),
new MenuItem("funders", "Funders", "", "/funders", false, [], ["/funders"], {}),
];
if (Session.isPortalAdministrator(this.user)) {
this.userMenuItems.push(new MenuItem("", "Manage all links", "", "/claims", false, [], ["/claims"], {}));

Loading…
Cancel
Save