Skip to content

Commit 4f5de3e

Browse files
authored
Update embed.js
1 parent 8de6455 commit 4f5de3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<h3 style="margin-top:10px; font-size:18px; color: #333333;">${game.title}</h3>
3737
</div>
3838
`).join("");
39-
} catch (err) {$
39+
} catch (err) {
4040
target.innerHTML = "<p style='color:red; text-align: center; font-family: sans-serif;'>Error loading games. Please try again later.</p>";
4141
console.error("Error loading games:", err);
4242
}

0 commit comments

Comments
 (0)