aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 dc08c06..8813457 100644
--- a/src/backend/tubo/handler.clj
+++ b/src/backend/tubo/handler.clj
@@ -20,7 +20,7 @@
: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"}]
- (hiccup/include-css "/css/tubo.css")]
+ (hiccup/include-css "/styles/tubo.css")]
[:body
[:div#app]
(hiccup/include-js "/js/main.js")