Skip to content

Commit

Permalink
fix: remove language from app-footer logo (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ico authored Nov 16, 2023
1 parent 78f3009 commit f8200de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -67,7 +66,6 @@ export class AppFooter {
<scale-logo
transparent
variant="white"
language={this.claimLang}
size={24}
href={this.logoHref}
logoTitle={this.logoTitle}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

| Property | Attribute | Description | Type | Default |
| --------------------- | ------------------------ | ------------------------------ | -------- | ------------------------- |
| `claimLang` | `claim-lang` | | `string` | `undefined` |
| `copyright` | `copyright` | | `string` | `'© Deutsche Telekom AG'` |
| `footerNavigation` | `footer-navigation` | | `any` | `[]` |
| `logoAriaDescribedBy` | `logo-aria-described-by` | | `string` | `undefined` |
Expand Down

0 comments on commit f8200de

Please sign in to comment.