diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 69934437a4b088d4bb7eabfeac3ac0922fa06e7a..90896ac20bbb4484d4f41a62e57e7794a4f70634 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -23,6 +23,11 @@ export class AppComponent { url: '/home', icon: 'home' }, + { + title: 'My Reservation', + url: '/myreservation', + icon: 'clipboard' + }, { title: 'Logout', url: '/login',