{{ "help.welcome" | translate }} diff --git a/src/app/shared/components/help/help.component.scss b/src/app/shared/components/help/help.component.scss index 4fcb163..87e6d9f 100644 --- a/src/app/shared/components/help/help.component.scss +++ b/src/app/shared/components/help/help.component.scss @@ -32,18 +32,6 @@ h3 { justify-content: space-between; align-items: center; margin-bottom: 32px; - img { - width: 32px; - height: 32px; - cursor: pointer; - margin-left: 48px; - &:hover { - width: 36px; - height: 36px; - background-color: var(--light-gray); - border-radius: 18px; - } - } } .content-table { diff --git a/src/app/shared/components/help/help.component.ts b/src/app/shared/components/help/help.component.ts index dee921d..30791bf 100644 --- a/src/app/shared/components/help/help.component.ts +++ b/src/app/shared/components/help/help.component.ts @@ -2,11 +2,12 @@ import { Component } from '@angular/core'; import { RouterModule } from '@angular/router'; import { Location } from '@angular/common'; import { TranslateModule } from '@ngx-translate/core'; +import { BtnBackComponent } from '../buttons/btn-back/btn-back.component'; @Component({ selector: 'app-help', standalone: true, - imports: [RouterModule, TranslateModule], + imports: [RouterModule, TranslateModule, BtnBackComponent], templateUrl: './help.component.html', styleUrl: './help.component.scss', }) diff --git a/src/app/shared/components/imprint/imprint.component.html b/src/app/shared/components/imprint/imprint.component.html index 1f459bf..2e89ed6 100644 --- a/src/app/shared/components/imprint/imprint.component.html +++ b/src/app/shared/components/imprint/imprint.component.html @@ -2,10 +2,7 @@