From a348dbafbbae53d1469acb7f651f5ec017b64b58 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:24:16 -0400 Subject: [PATCH] Use unicode arrow with wider support. --- web/model-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/model-manager.js b/web/model-manager.js index c42d4eb..baea9d2 100644 --- a/web/model-manager.js +++ b/web/model-manager.js @@ -1741,7 +1741,7 @@ class ModelGrid { actionButtons.push( $el("button.icon-button.model-button", { type: "button", - textContent: "🡯", + textContent: "↙︎", onclick: async (e) => { const urlString = previewThumbnail.src; const url = new URL(urlString);