summaryrefslogtreecommitdiff
path: root/web/static/dartboat.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/dartboat.js')
-rw-r--r--web/static/dartboat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/dartboat.js b/web/static/dartboat.js
index ace2900..f2593f7 100644
--- a/web/static/dartboat.js
+++ b/web/static/dartboat.js
@@ -144,7 +144,7 @@ function boatAfloat() {
function flipControls(store_opt = true) {
const enabled = $('#main').classList.toggle('controls-on-right');
- $('#flip-controls-button').textContent = enabled ? '\u2190' : '\u2192';
+ $('#flip-controls-button').textContent = enabled ? '\uf1c2' : '\uf1c3';
if (store_opt)
localStorage.setItem('dartboat_controls_on_right', enabled);
}