From da7fea4155053a98d425ac2e38a5051951f4e53a Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Tue, 4 Jun 2024 13:49:30 +0200 Subject: fix: fix public icons path for svg embed --- src/frontend/tubo/components/layout.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend') 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 -- cgit v1.2.3