From bfb35cd451b9b0a91f25b4c6cb6d24b92b00771d Mon Sep 17 00:00:00 2001 From: Dazzy Ding Date: Thu, 11 Jan 2024 22:51:33 +0800 Subject: [PATCH] Fix icon not displaying properly on Safari (#14) * Fix icon not displaying properly on Safari * Alternative fix by changing to
--------- Co-authored-by: JimmyZJX --- src/icon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icon.jsx b/src/icon.jsx index 84d5287..ecbb8d1 100644 --- a/src/icon.jsx +++ b/src/icon.jsx @@ -37,7 +37,7 @@ function Icon({ item, size, game_name }) { const tw = total_width * scale, th = total_height * scale; const bgx = -x * scale, bgy = -y * scale; - return <>