aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/tubo/handler.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tubo/handler.clj b/src/backend/tubo/handler.clj
index 8813457..021dfb6 100644
--- a/src/backend/tubo/handler.clj
+++ b/src/backend/tubo/handler.clj
@@ -19,7 +19,7 @@
{:name "viewport"
:content "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"}]
[:title "Tubo"]
- [:link {:rel "icon" :type "image/png" :href "/images/tubo.png"}]
+ [:link {:rel "icon" :type "image/png" :href "/icons/tubo.svg"}]
(hiccup/include-css "/styles/tubo.css")]
[:body
[:div#app]