Use unicode arrow with wider support.

This commit is contained in:
Christian Bastian
2024-07-21 17:24:16 -04:00
parent 7e5e00ebb6
commit a348dbafbb

View File

@@ -1741,7 +1741,7 @@ class ModelGrid {
actionButtons.push( actionButtons.push(
$el("button.icon-button.model-button", { $el("button.icon-button.model-button", {
type: "button", type: "button",
textContent: "🡯", textContent: "↙︎",
onclick: async (e) => { onclick: async (e) => {
const urlString = previewThumbnail.src; const urlString = previewThumbnail.src;
const url = new URL(urlString); const url = new URL(urlString);