Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 289a983

Browse files
chore: update news
1 parent 2d6e01c commit 289a983

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/showcase/components/layout/app.main.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { AppTopBarComponent } from './topbar/app.topbar.component';
1414
selector: 'app-main',
1515
template: `
1616
<div class="layout-wrapper" [ngClass]="containerClass()">
17-
<app-news />
17+
<!-- <app-news /> -->
1818
<app-topbar />
1919
@if (isMenuActive()) {
2020
<div class="layout-mask" (click)="hideMenu()" animate.enter="px-modal-enter" animate.leave="px-modal-leave"></div>
@@ -36,7 +36,7 @@ export class AppMainComponent {
3636

3737
primeng: PrimeNG = inject(PrimeNG);
3838

39-
isNewsActive = computed(() => this.configService.newsActive());
39+
isNewsActive = computed(() => false);
4040

4141
isMenuActive = computed(() => this.configService.appState().menuActive);
4242

apps/showcase/pages/landing/landing.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="landing" [ngClass]="landingClass()">
2-
<app-news />
2+
<!-- <app-news /> -->
33
<app-topbar [showConfigurator]="true" [showMenuButton]="false" />
44
<hero-section />
55
<features-section />

0 commit comments

Comments
 (0)