aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frontend/tubo/components/layout.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/components/layout.cljs b/src/frontend/tubo/components/layout.cljs
index b36f38c..c9fdd70 100644
--- a/src/frontend/tubo/components/layout.cljs
+++ b/src/frontend/tubo/components/layout.cljs
@@ -25,7 +25,7 @@
(defn logo
[& {:keys [height width]}]
(r/create-element
- (svgreq/embed "resources/public/icons" "tubo" nil)
+ (svgreq/embed "./resources/public/icons" "tubo" nil)
(js-obj "height" width "width" height)))
(defn loading-icon