aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:25:57 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:35:55 +0200
commit3166d86301186999f22d4dcae0681f623360f87b (patch)
treee57cc9bca07f2c4c79a431023d6831bfc1d28b14 /src
parent758c276bf65f1be6d60736d1694f00c7e59d6cae (diff)
feat: move styles file and refine videojs styles
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")