Skip to content

Commit 09216f5

Browse files
Update menu.component.ts
1 parent bc993cf commit 09216f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ export class MenuComponent implements OnInit {
138138
{ title: 'Unions and Enums', path: '/graphql/unions-and-enums' },
139139
{ title: 'Field middleware', path: '/graphql/field-middleware' },
140140
{ title: 'Mapped types', path: '/graphql/mapped-types' },
141-
{ title: 'Sharing Models', path: '/graphql/sharing-models' },
142141
{ title: 'Plugins', path: '/graphql/plugins' },
143142
{ title: 'Complexity', path: '/graphql/complexity' },
144143
{ title: 'Extensions', path: '/graphql/extensions' },
145144
{ title: 'CLI Plugin', path: '/graphql/cli-plugin' },
146145
{ title: 'Generating SDL', path: '/graphql/generating-sdl' },
146+
{ title: 'Sharing models', path: '/graphql/sharing-models' },
147147
{
148148
title: 'Other features',
149149
path: '/graphql/other-features',

0 commit comments

Comments
 (0)