Skip to content

Commit 8dc7ce4

Browse files
committed
fix icon path
1 parent a772584 commit 8dc7ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/app/views.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"Changelog"]]]
283283

284284
[:div.hidden.md:block.flex-1
285-
[:img {:src "../img/icon.svg"}]]]]]]])
285+
[:img {:src "./img/icon.svg"}]]]]]]])
286286

287287
(defn root
288288
[]

0 commit comments

Comments
 (0)