* chore: remove Code Quality [IDE-1177]
* fix: tests
* fix: smoke test
* fix: remove duplicate function call
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* chore: explicitly cast to template.HTML
Removing the template.HTML() wrapper from these SVG string constants might lead to unintended HTML escaping if these strings are used directly within Go's html/template package. This could break SVG rendering in the UI.
* chore: fix gemini commit ;)