update new defined
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
This commit is contained in:
@@ -436,6 +436,10 @@
|
||||
|
||||
const html = `
|
||||
<div class="game-card">
|
||||
<button class="btn btn-secondary" onclick="loadAllGames()" style="margin-bottom: 20px;">
|
||||
← Quay lại danh sách
|
||||
</button>
|
||||
|
||||
<div class="game-info">
|
||||
<img src="${game.thumbnail}" alt="${game.title}" class="game-thumbnail" onerror="this.src='data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22200%22 height=%22200%22%3E%3Crect width=%22200%22 height=%22200%22 fill=%22%23ddd%22/%3E%3Ctext x=%2250%25%22 y=%2250%25%22 text-anchor=%22middle%22 dy=%22.3em%22 fill=%22%23999%22%3ENo Image%3C/text%3E%3C/svg%3E'">
|
||||
<div class="game-details">
|
||||
|
||||
Reference in New Issue
Block a user