diff --git a/src/components/Card.tsx b/src/components/Card.tsx index ff37435..5e9de2c 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -35,14 +35,14 @@ export function Card(props: {value: number}) { } return ( -
{cardValue} {icon} -
+ ); } diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index b288ba0..231fdd5 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -92,27 +92,17 @@ export function Index() { Go to game rules -
-
-
+
+
-
+
-
+
-
- - - - - - - -
); }