mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(element): Update favicon to use PNG version
This commit is contained in:
@@ -15,8 +15,8 @@ assets:
|
|||||||
element:
|
element:
|
||||||
subdomain: {{ .Values.global.hosts.element }}
|
subdomain: {{ .Values.global.hosts.element }}
|
||||||
paths:
|
paths:
|
||||||
- path: "/vector-icons/favicon.........ico"
|
- path: "/vector-icons/favicon.png"
|
||||||
data: {{ .Values.theme.imagery.chat.faviconIco }}
|
data: {{ .Values.theme.imagery.chat.faviconPng }}
|
||||||
jitsi:
|
jitsi:
|
||||||
subdomain: {{ .Values.global.hosts.jitsi }}
|
subdomain: {{ .Values.global.hosts.jitsi }}
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ theme:
|
|||||||
logoHeaderInvertedSvgB64: {{ readFile "./../../files/theme/logoHeaderInverted.svg" | b64enc | quote }}
|
logoHeaderInvertedSvgB64: {{ readFile "./../../files/theme/logoHeaderInverted.svg" | b64enc | quote }}
|
||||||
|
|
||||||
chat:
|
chat:
|
||||||
faviconIco: {{ readFile "./../../files/theme/chat/favicon.ico" | b64enc | quote }}
|
faviconPng: {{ readFile "./../../files/theme/chat/favicon.png" | b64enc | quote }}
|
||||||
|
|
||||||
files:
|
files:
|
||||||
faviconIco: {{ readFile "./../../files/theme/files/favicon.ico" | b64enc | quote }}
|
faviconIco: {{ readFile "./../../files/theme/files/favicon.ico" | b64enc | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user