-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Labels
Description
The docs logo can not be changed through K8s configmaps at deploy-time.
Currently, the Logo / Icon used in the Header
- is using the
icon-docs.svgfromfrontend/apps/impress/src/assets/iconsdirectory. - is embedded into the page and therefore bundled.
Desirably, the Logo / Icon used in the Header
- should be
icon-docs.svgfromfrontend/apps/impress/public/assetsdirectory. - should be loaded via URL on browser access,
| import IconDocs from '@/assets/icons/icon-docs.svg'; |
| <IconDocs | |
| data-testid="header-icon-docs" | |
| width={32} | |
| color={colorsTokens['primary-text']} | |
| aria-hidden="true" | |
| /> |
Is there a reason for the SVG to be embedded here?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done