Skip to content

Commit f8200de

Browse files
authored
fix: remove language from app-footer logo (#2183)
1 parent 78f3009 commit f8200de

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/components/src/components/telekom/app-footer/app-footer.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export class AppFooter {
3838
@Prop() logoTitle?: string;
3939
@Prop() logoClick?: any;
4040
@Prop() logoAriaDescribedBy?: string;
41-
@Prop() claimLang: string;
4241
/** (optional) Injected CSS styles */
4342
@Prop() styles?: string;
4443
hasSlotLogo: boolean;
@@ -67,7 +66,6 @@ export class AppFooter {
6766
<scale-logo
6867
transparent
6968
variant="white"
70-
language={this.claimLang}
7169
size={24}
7270
href={this.logoHref}
7371
logoTitle={this.logoTitle}

packages/components/src/components/telekom/app-footer/readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
| Property | Attribute | Description | Type | Default |
1111
| --------------------- | ------------------------ | ------------------------------ | -------- | ------------------------- |
12-
| `claimLang` | `claim-lang` | | `string` | `undefined` |
1312
| `copyright` | `copyright` | | `string` | `'© Deutsche Telekom AG'` |
1413
| `footerNavigation` | `footer-navigation` | | `any` | `[]` |
1514
| `logoAriaDescribedBy` | `logo-aria-described-by` | | `string` | `undefined` |

0 commit comments

Comments
 (0)