feat: use app icon as sidebar logo

Replace the Sparkles icon gradient placeholder with the actual app
icon from assets/icons/icon.png. Import it as a Vite asset so it
works in both dev and production builds.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-24 00:58:04 +01:00
co-authored by Copilot
parent ebf5923530
commit a79787735a
2 changed files with 6 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*.png' {
const src: string;
export default src;
}