feat: Add new game entries and user play preferences to the game list.

This commit is contained in:
2025-12-04 23:27:01 +01:00
parent 0ac633bd34
commit 6d8a46b138
3 changed files with 1322 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export function GameImage({ game }: GameImageProps) {
<div
style={{
width: "100%",
height: "150px",
height: "100px",
background: "#ddd",
display: "flex",
alignItems: "center",