From f8200def12e576c343d71cab9d4f4fe3cc302714 Mon Sep 17 00:00:00 2001 From: felix-ico <97440128+felix-ico@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:07:41 +0100 Subject: [PATCH] fix: remove language from app-footer logo (#2183) --- .../components/src/components/telekom/app-footer/app-footer.tsx | 2 -- packages/components/src/components/telekom/app-footer/readme.md | 1 - 2 files changed, 3 deletions(-) diff --git a/packages/components/src/components/telekom/app-footer/app-footer.tsx b/packages/components/src/components/telekom/app-footer/app-footer.tsx index 641808bb49..763528319c 100644 --- a/packages/components/src/components/telekom/app-footer/app-footer.tsx +++ b/packages/components/src/components/telekom/app-footer/app-footer.tsx @@ -38,7 +38,6 @@ export class AppFooter { @Prop() logoTitle?: string; @Prop() logoClick?: any; @Prop() logoAriaDescribedBy?: string; - @Prop() claimLang: string; /** (optional) Injected CSS styles */ @Prop() styles?: string; hasSlotLogo: boolean; @@ -67,7 +66,6 @@ export class AppFooter {