Skip to content

Commit

Permalink
fix(documentation): header image color rendering on Firefox (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq authored Sep 26, 2023
1 parent 01075c7 commit 7d8038c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified packages/documentation/public/images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| `language` | `language` | Initial language to be used. Overrides automatic language detection. | `"de" \| "en" \| "fr" \| "it" \| undefined` | `undefined` |
| `languageCookieKey` | `language-cookie-key` | The header uses this cookie to set the language. Disables automatic language detection. | `string \| undefined` | `undefined` |
| `languageLocalStorageKey` | `language-local-storage-key` | The header uses this local storage key to set the language. Disables automatic language selection. | `string \| undefined` | `'swisspost-internet-header-language'` |
| `languageSwitchOverrides` | `language-switch-overrides` | Override the language switch links with custom URLs. Helpful when your application contains sub-pages and you would like to stay on subpages when the user changes language. | `IAvailableLanguage[] \| string \| undefined` | `undefined` |
| `languageSwitchOverrides` | `language-switch-overrides` | Override the language switch links with custom URLs. Helpful when your application contains sub-pages, and you would like to stay on subpages when the user changes language. | `IAvailableLanguage[] \| string \| undefined` | `undefined` |
| `login` | `login` | Toggle the login link (when logged out) or the user widget (when logged in). | `boolean` | `true` |
| `meta` | `meta` | Toggle the meta navigation. | `boolean` | `true` |
| `osFlyoutOverrides` | `os-flyout-overrides` | Online Services only: Add custom links to the special online service navigation entry | `NavMainEntity \| string \| undefined` | `undefined` |
Expand Down

0 comments on commit 7d8038c

Please sign in to comment.