cleanup: remove tenant variant logic and enforce config-driven UI
This commit is contained in:
@@ -39,10 +39,6 @@ export class HeaderComponent {
|
||||
return this.uiRuntime.logoUrl();
|
||||
}
|
||||
|
||||
get isMarketplaceNovo(): boolean {
|
||||
return this.uiRuntime.isMarketplaceVariant('novo');
|
||||
}
|
||||
|
||||
get homeUrl(): string {
|
||||
return `/${this.langService.currentLanguage()}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user