clean up stage 1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- novo VERSION - Modern Minimalist Header -->
|
||||
@if (isnovo) {
|
||||
@if (isMarketplaceNovo) {
|
||||
<header class="novo-header">
|
||||
<div class="novo-header-container">
|
||||
<div class="novo-left">
|
||||
|
||||
@@ -32,15 +32,15 @@ export class HeaderComponent {
|
||||
}
|
||||
|
||||
get brandName(): string {
|
||||
return this.uiRuntime.brandFullName();
|
||||
return this.uiRuntime.marketplaceDisplayName();
|
||||
}
|
||||
|
||||
get logo(): string {
|
||||
return this.uiRuntime.logoUrl();
|
||||
}
|
||||
|
||||
get isnovo(): boolean {
|
||||
return this.uiRuntime.isNovo();
|
||||
get isMarketplaceNovo(): boolean {
|
||||
return this.uiRuntime.isMarketplaceVariant('novo');
|
||||
}
|
||||
|
||||
get homeUrl(): string {
|
||||
|
||||
Reference in New Issue
Block a user