cleanup: remove tenant variant logic and enforce config-driven UI
This commit is contained in:
@@ -58,14 +58,6 @@ export class FooterComponent {
|
||||
return this.uiRuntime.contactEmail();
|
||||
}
|
||||
|
||||
get isMarketplaceNovo(): boolean {
|
||||
return this.uiRuntime.isMarketplaceVariant('novo');
|
||||
}
|
||||
|
||||
get isMarketplaceLavero(): boolean {
|
||||
return this.uiRuntime.isMarketplaceVariant('lavero');
|
||||
}
|
||||
|
||||
private resolveFooterGroups(bootstrap: BootstrapConfig): FooterResolvedGroup[] {
|
||||
const footer = bootstrap.navigation?.footer ?? [];
|
||||
const lang = this.languageService.currentLanguage();
|
||||
|
||||
Reference in New Issue
Block a user