Skip to content

Commit 749941d

Browse files
author
Sharma
committed
Removing the hard coded logo image
1 parent b7ac08a commit 749941d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular-sdk-components/src/lib/_components/template/wss-nav-bar/wss-nav-bar.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export class WssNavBarComponent implements OnInit, OnDestroy {
123123

124124
// const oData = this.pConn$.getDataObject();
125125

126-
this.portalLogoImage$ = this.utils.getSDKStaticContentUrl().concat('assets/pzpega-logo-mark.svg');
127126
this.portalOperator$ = PCore.getEnvironmentInfo().getOperatorName();
128127
this.portalOperatorInitials$ = this.utils.getInitials(this.portalOperator$ ?? '');
129128
});

0 commit comments

Comments
 (0)