diff options
author | David Barksdale <amatus@amatus.name> | 2015-12-31 08:33:16 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-12-31 08:33:16 -0600 |
commit | d644f14efa04a5efc9994652046c36de2d28ddf4 (patch) | |
tree | fb4a5c105c2a7bf0918ca0d50cd5eda257dc1345 | |
parent | 7c966d1f14da7276e7629cad0ac218645328006d (diff) |
X to indicate you can clear the error
-rw-r--r-- | src/index.cljs.hl | 2 |
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?)) |