fix: use full-color brand PNGs for login dialog and sidebar
All checks were successful
CI / build (push) Successful in 1m32s
CI / cleanup-branch (push) Has been skipped
CI / docker (push) Successful in 1m44s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 40s

The SVG uses fill=currentColor (inherits text color). Switch to the
full-color PNG brand icons: 192px for login dialog, 48px for sidebar.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 22:10:48 +02:00
parent 0761d0dbee
commit 6ef66a14ec
5 changed files with 3 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ public class SecurityConfig {
"/index.html",
"/config.js",
"/favicon-*.png",
"/cameleer3-logo-*.png",
"/camel-logo.svg",
"/assets/**"
).permitAll()