From 01c5d43625402360f08a6de1283eacb97f462f5d Mon Sep 17 00:00:00 2001 From: wowo-zZ Date: Sat, 14 Mar 2026 11:45:55 +0800 Subject: [PATCH] feat(web): add SkillHub logo as browser favicon Add favicon.svg to web/public directory and configure it in index.html to display the SkillHub logo in browser tabs. --- web/index.html | 1 + web/public/favicon.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 web/public/favicon.svg diff --git a/web/index.html b/web/index.html index f5d992e5..ceca1d26 100644 --- a/web/index.html +++ b/web/index.html @@ -4,6 +4,7 @@ SkillHub + diff --git a/web/public/favicon.svg b/web/public/favicon.svg new file mode 100644 index 00000000..1a9b3b62 --- /dev/null +++ b/web/public/favicon.svg @@ -0,0 +1 @@ +S \ No newline at end of file