We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de6455 commit 4f5de3eCopy full SHA for 4f5de3e
embed.js
@@ -36,7 +36,7 @@
36
<h3 style="margin-top:10px; font-size:18px; color: #333333;">${game.title}</h3>
37
</div>
38
`).join("");
39
- } catch (err) {$
+ } catch (err) {
40
target.innerHTML = "<p style='color:red; text-align: center; font-family: sans-serif;'>Error loading games. Please try again later.</p>";
41
console.error("Error loading games:", err);
42
}
0 commit comments