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(
$el("button.icon-button.model-button", {
type: "button",
textContent: "🡯",
textContent: "↙︎",
onclick: async (e) => {
const urlString = previewThumbnail.src;
const url = new URL(urlString);