diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-04-19 16:29:37 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-04-19 16:35:55 +0200 |
commit | c58c950acbdc62a1f526938879a31707252ae05b (patch) | |
tree | 5db1293006163fc1f17f81be6606e5d7f3873b01 /src/backend | |
parent | 3166d86301186999f22d4dcae0681f623360f87b (diff) |
feat: change logo to svg icon
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/tubo/handler.clj | 2 |
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] |