From d7c3aae80ea1c8c9af4d7981bb77b68be7974427 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Thu, 12 Mar 2020 14:27:57 +0530 Subject: Changes made to fix login error Changes made for fix login error and checking condition inside footer.html Issue-ID: PORTAL-852 Change-Id: I4801f73e9e25b6e4ab3b6e9b4e9228d46a8f56a8 Signed-off-by: Sudarshan Kumar --- .../src/app/layout/components/footer/footer.component.html | 4 +++- portal-FE-common/src/app/layout/components/footer/footer.component.ts | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'portal-FE-common/src') diff --git a/portal-FE-common/src/app/layout/components/footer/footer.component.html b/portal-FE-common/src/app/layout/components/footer/footer.component.html index 6caf2dd8..47a53cda 100644 --- a/portal-FE-common/src/app/layout/components/footer/footer.component.html +++ b/portal-FE-common/src/app/layout/components/footer/footer.component.html @@ -41,6 +41,8 @@ {{footerLinkText}} {{footerMessage}} {{brandName}} Version: {{buildVersion}} -

{{footerLogoText}}

+

+ {{footerLogoText}} +

\ No newline at end of file diff --git a/portal-FE-common/src/app/layout/components/footer/footer.component.ts b/portal-FE-common/src/app/layout/components/footer/footer.component.ts index 9d7559ea..422a673f 100644 --- a/portal-FE-common/src/app/layout/components/footer/footer.component.ts +++ b/portal-FE-common/src/app/layout/components/footer/footer.component.ts @@ -69,7 +69,6 @@ export class FooterComponent implements OnInit { this.footerLink = this.api.footerLink; this.footerLinkText = this.api.footerLinkText; this.footerMessage= this.api.footerMessage; - this.footerLogoImagePath = "assets/images/global.logo" if(this.api.footerLogoImagePath !=''){ this.footerLogoImagePath= this.api.footerLogoImagePath; } -- cgit 1.2.3-korg