File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ export class AppFooter {
38
38
@Prop ( ) logoTitle ?: string ;
39
39
@Prop ( ) logoClick ?: any ;
40
40
@Prop ( ) logoAriaDescribedBy ?: string ;
41
- @Prop ( ) claimLang : string ;
42
41
/** (optional) Injected CSS styles */
43
42
@Prop ( ) styles ?: string ;
44
43
hasSlotLogo : boolean ;
@@ -67,7 +66,6 @@ export class AppFooter {
67
66
< scale-logo
68
67
transparent
69
68
variant = "white"
70
- language = { this . claimLang }
71
69
size = { 24 }
72
70
href = { this . logoHref }
73
71
logoTitle = { this . logoTitle }
Original file line number Diff line number Diff line change 9
9
10
10
| Property | Attribute | Description | Type | Default |
11
11
| --------------------- | ------------------------ | ------------------------------ | -------- | ------------------------- |
12
- | ` claimLang ` | ` claim-lang ` | | ` string ` | ` undefined ` |
13
12
| ` copyright ` | ` copyright ` | | ` string ` | ` '© Deutsche Telekom AG' ` |
14
13
| ` footerNavigation ` | ` footer-navigation ` | | ` any ` | ` [] ` |
15
14
| ` logoAriaDescribedBy ` | ` logo-aria-described-by ` | | ` string ` | ` undefined ` |
You can’t perform that action at this time.
0 commit comments