From 07c6c04ed7c9051d40e064a987233eaf45049794 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 20 Oct 2022 23:05:43 +0300 Subject: [PATCH] [Aggregator]: app.component.ts: Set menuPosition of header to center. --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index c9c9030..8a1b677 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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();