Commits

Art Lowel authored c756c68f286
move header changes to dspace theme
No tags

src/app/+home-page/home-page-routing.module.ts

Modified
13 13 path: '',
14 14 component: ThemedHomePageComponent,
15 15 pathMatch: 'full',
16 16 data: {
17 17 title: 'home.title',
18 18 menu: {
19 19 public: [{
20 20 id: 'statistics_site',
21 21 active: true,
22 22 visible: true,
23 + index: 2,
23 24 model: {
24 25 type: MenuItemType.LINK,
25 26 text: 'menu.section.statistics',
26 27 link: 'statistics',
27 28 } as LinkMenuItemModel,
28 29 }],
29 30 },
30 31 },
31 32 resolve: {
32 33 site: HomePageResolver

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut