-
Notifications
You must be signed in to change notification settings - Fork 410
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.svg
fromfrontend/apps/impress/src/assets/icons
directory. - is embedded into the page and therefore bundled.
Desirably, the Logo / Icon used in the Header
- should be
icon-docs.svg
fromfrontend/apps/impress/public/assets
directory. - 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