@@ -49,7 +52,7 @@ export const Card = component$(({ titleWidth, titleHeight, game, size }: Props)
{[1, 2, 3, 4, 5].map((_, index) => (
-

+
))}
@@ -63,31 +66,39 @@ export const Card = component$(({ titleWidth, titleHeight, game, size }: Props)
-
-
- ) : (
-
-
-
-
+ ) : size == "small" ? (
+
+
+
+
+ ) : (
+
+
)}