From 8c1bc2e0e5076aa8d9a9f3afa281b97a1f74c2c6 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Tue, 14 May 2024 02:48:46 +0200 Subject: [PATCH] bugfixes --- src/app/components/login/footer/footer.component.html | 6 ++++-- src/app/components/login/register/register.component.html | 2 +- .../legal-informations/imprint/imprint.component.ts | 2 +- .../privacy-policy/privacy-policy.component.ts | 2 +- .../sidebar/sidebar-mobile/sidebar-mobile.component.html | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/components/login/footer/footer.component.html b/src/app/components/login/footer/footer.component.html index 7c5825c..5331f36 100644 --- a/src/app/components/login/footer/footer.component.html +++ b/src/app/components/login/footer/footer.component.html @@ -1,4 +1,6 @@ diff --git a/src/app/components/login/register/register.component.html b/src/app/components/login/register/register.component.html index b9568a7..fd57105 100644 --- a/src/app/components/login/register/register.component.html +++ b/src/app/components/login/register/register.component.html @@ -138,7 +138,7 @@

I accept the - Privacy policy + Privacy policy

diff --git a/src/app/shared/components/legal-informations/imprint/imprint.component.ts b/src/app/shared/components/legal-informations/imprint/imprint.component.ts index 40d5d0e..e5ec453 100644 --- a/src/app/shared/components/legal-informations/imprint/imprint.component.ts +++ b/src/app/shared/components/legal-informations/imprint/imprint.component.ts @@ -26,7 +26,7 @@ export class ImprintComponent { checkCurrentRoute(): void { const currentUrl = this.router.url; - if (currentUrl === '/imprint') { + if (currentUrl === '/login/imprint') { this.isRouteLogin = true; } } diff --git a/src/app/shared/components/legal-informations/privacy-policy/privacy-policy.component.ts b/src/app/shared/components/legal-informations/privacy-policy/privacy-policy.component.ts index 871d04d..fc2c492 100644 --- a/src/app/shared/components/legal-informations/privacy-policy/privacy-policy.component.ts +++ b/src/app/shared/components/legal-informations/privacy-policy/privacy-policy.component.ts @@ -26,7 +26,7 @@ export class PrivacyPolicyComponent implements OnInit { checkCurrentRoute(): void { const currentUrl = this.router.url; - if (currentUrl === '/privacy-policy') { + if (currentUrl === '/login/privacy-policy') { this.isRouteLogin = true; } } diff --git a/src/app/shared/components/sidebar/sidebar-mobile/sidebar-mobile.component.html b/src/app/shared/components/sidebar/sidebar-mobile/sidebar-mobile.component.html index 656e5fe..5077a50 100644 --- a/src/app/shared/components/sidebar/sidebar-mobile/sidebar-mobile.component.html +++ b/src/app/shared/components/sidebar/sidebar-mobile/sidebar-mobile.component.html @@ -11,7 +11,7 @@ src="./../../../../../assets/img/sidebar/summary.svg" alt="summary" /> -

{{ "sidebar.summary" | translate }}y

+

{{ "sidebar.summary" | translate }}