Skip to content

Commit 3b47a32

Browse files
chore: update menu order, title
1 parent 4f226d1 commit 3b47a32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/app/homepage/menu/menu.component.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ export class MenuComponent implements OnInit {
5959
title: 'Circular dependency',
6060
path: '/fundamentals/circular-dependency',
6161
},
62-
{
63-
title: 'Discovery Service',
64-
path: '/fundamentals/discovery-service',
65-
},
6662
{
6763
title: 'Module reference',
6864
path: '/fundamentals/module-ref',
@@ -83,6 +79,10 @@ export class MenuComponent implements OnInit {
8379
title: 'Platform agnosticism',
8480
path: '/fundamentals/platform-agnosticism',
8581
},
82+
{
83+
title: 'Discovery service',
84+
path: '/fundamentals/discovery-service',
85+
},
8686
{ title: 'Testing', path: '/fundamentals/testing' },
8787
],
8888
},

src/app/homepage/pages/fundamentals/fundamentals.module.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ const routes: Routes = [
8585
{
8686
path: 'circular-dependency',
8787
component: CircularDependencyComponent,
88-
data: { title: 'Circular Dependency' },
88+
data: { title: 'Circular dependency' },
8989
},
9090
{
9191
path: 'discovery-service',
9292
component: DiscoveryServiceComponent,
93-
data: { title: 'Discovery Service' },
93+
data: { title: 'Discovery service' },
9494
},
9595
];
9696

0 commit comments

Comments
 (0)