From dd1e18c9cbe6ed6ba5788ea646fc99d50e41ce25 Mon Sep 17 00:00:00 2001 From: Keybored <78739882+Keybored02@users.noreply.github.com> Date: Thu, 23 Jan 2025 03:36:42 +0100 Subject: [PATCH] fix: add favicon to webui (#649) --- webui/assets/favicon.svg | 17 +++++++++++++++++ webui/src/index.html | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 webui/assets/favicon.svg diff --git a/webui/assets/favicon.svg b/webui/assets/favicon.svg new file mode 100644 index 00000000..c494fedd --- /dev/null +++ b/webui/assets/favicon.svg @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/webui/src/index.html b/webui/src/index.html index 81d93634..be559d2e 100644 --- a/webui/src/index.html +++ b/webui/src/index.html @@ -3,9 +3,10 @@