feat: Add new game entries and user play preferences to the game list.
This commit is contained in:
@@ -13,7 +13,7 @@ export function GameImage({ game }: GameImageProps) {
|
||||
<div
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "150px",
|
||||
height: "100px",
|
||||
background: "#ddd",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
|
||||
Reference in New Issue
Block a user