Skip to content

Commit 6042337

Browse files
committed
Revert "feat(banner): add KubeCon banner component"
This reverts commit 53bbca6.
1 parent 5fd5efa commit 6042337

File tree

5 files changed

+2
-65
lines changed

5 files changed

+2
-65
lines changed

src/app/app.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
SPDX-License-Identifier: MIT -->
33
<app-loader></app-loader>
44

5-
<!-- KubeCon Banner -->
6-
<app-kubecon-banner></app-kubecon-banner>
7-
85
<div class="fix-header-margin">
96
<app-alert></app-alert>
107
<router-outlet></router-outlet>

src/app/shared/components/kubecon-banner/kubecon-banner.component.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/app/shared/components/kubecon-banner/kubecon-banner.component.scss

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/app/shared/components/kubecon-banner/kubecon-banner.component.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/app/shared/shared.module.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { FooterComponent } from './components/footer/footer.component';
1919
import { ConsentComponent } from './components/consent/consent.component';
2020
import { CommonModule } from '@angular/common';
2121
import { TrackEventDirective } from './directives/track-event.directive';
22-
import { KubeconBannerComponent } from './components/kubecon-banner/kubecon-banner.component';
2322

2423
@NgModule({
2524
declarations: [
@@ -34,8 +33,7 @@ import { KubeconBannerComponent } from './components/kubecon-banner/kubecon-bann
3433
CheckboxComponent,
3534
FooterComponent,
3635
ConsentComponent,
37-
TrackEventDirective,
38-
KubeconBannerComponent
36+
TrackEventDirective
3937
],
4038
imports: [
4139
CommonModule
@@ -52,8 +50,7 @@ import { KubeconBannerComponent } from './components/kubecon-banner/kubecon-bann
5250
CheckboxComponent,
5351
FooterComponent,
5452
ConsentComponent,
55-
TrackEventDirective,
56-
KubeconBannerComponent
53+
TrackEventDirective
5754
],
5855
providers: [StorageService, AuthService, LfxHeaderService, InterceptorService]
5956
})

0 commit comments

Comments
 (0)