Skip to content

Commit 8d1b611

Browse files
committed
introduce spinner icon
1 parent 882401b commit 8d1b611

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resources/public/icons/spinner.svg

Lines changed: 3 additions & 0 deletions
Loading

src/renderer/toolbar/status.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
(when loading?
110110
[:<>
111111
[:span.icon-button.relative
112-
[comp/icon "refresh" {:class "loading"}]]
112+
[comp/icon "spinner" {:class "loading"}]]
113113
[:span.v-divider]])
114114
(into [:<>]
115115
(map (fn [{:keys [title active? icon action]}]

0 commit comments

Comments
 (0)