From 7ed725df6722153887abdada779c56529a2af080 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 3 Dec 2025 11:41:38 -0800 Subject: [PATCH] feat: add custom favicon --- frontend/public/favicon.svg | 49 ++++++++++++++++++- .../components/router-head/router-head.tsx | 2 +- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index 0ded7c1..c125e00 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1 +1,48 @@ - \ No newline at end of file + + + + + SQLite + + + diff --git a/frontend/src/components/router-head/router-head.tsx b/frontend/src/components/router-head/router-head.tsx index da5b68f..1ac5e9d 100644 --- a/frontend/src/components/router-head/router-head.tsx +++ b/frontend/src/components/router-head/router-head.tsx @@ -14,7 +14,7 @@ export const RouterHead = component$(() => { - + {head.meta.map((m) => (