aboutsummaryrefslogtreecommitdiff
path: root/src/index.cljs.hl
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.cljs.hl')
-rw-r--r--src/index.cljs.hl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cljs.hl b/src/index.cljs.hl
index cde8941..5db1e79 100644
--- a/src/index.cljs.hl
+++ b/src/index.cljs.hl
@@ -20,7 +20,7 @@
:id "error"
:click #(reset! rpc/error nil)
:toggle (cell= (not (nil? rpc/error)))
- (text "Error: ~{error-message}"))
+ (text "\u00d7 Error: ~{error-message}"))
(let [token-input (input :name "token")]
(form
:toggle (cell= (not logged-in?))