fix(ui): replace Dioxus favicon with CERTifAI shield logo
Some checks failed
CI / Format (push) Successful in 21s
CI / Security Audit (push) Has been cancelled
CI / Tests (push) Has been cancelled
CI / Deploy (push) Has been cancelled
CI / Clippy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-02-20 06:49:36 +01:00
parent 20b3279bb5
commit 07e4433061
4 changed files with 27 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ self.addEventListener("install", (event) => {
"/",
"/dashboard",
"/assets/logo.svg",
"/assets/favicon.ico",
"/assets/favicon.svg",
])
)
);