[Aggregator]: app.component.ts: Set menuPosition of header to center.

This commit is contained in:
Konstantina Galouni 2022-10-20 23:05:43 +03:00
parent 4779fbb4a4
commit 07c6c04ed7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export class AppComponent {
logoUrl: this.agg.logoUrl,
logoSmallUrl: this.agg.logoUrl,
position: 'left',
menuPosition: 'right',
menuPosition: 'center',
badge: true
};
this.buildMenu();