clean up stage 1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- novo VERSION - Modern Grid Layout -->
|
||||
@if (isnovo) {
|
||||
@if (isMarketplaceNovo) {
|
||||
<div class="novo-home">
|
||||
<section class="novo-hero novo-hero-compact">
|
||||
<div class="novo-hero-content">
|
||||
|
||||
@@ -59,11 +59,11 @@ export class HomeComponent implements OnInit, OnDestroy {
|
||||
});
|
||||
|
||||
get brandName(): string {
|
||||
return this.uiRuntime.brandFullName();
|
||||
return this.uiRuntime.marketplaceDisplayName();
|
||||
}
|
||||
|
||||
get isnovo(): boolean {
|
||||
return this.uiRuntime.isNovo();
|
||||
get isMarketplaceNovo(): boolean {
|
||||
return this.uiRuntime.isMarketplaceVariant('novo');
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
||||
Reference in New Issue
Block a user