diff --git a/app.vue b/app.vue
index 458c945..30acad6 100644
--- a/app.vue
+++ b/app.vue
@@ -1,12 +1,12 @@
-
- {{ data.name }}
-
+ {{ cards[props.data].name }}
+ |
\ No newline at end of file
diff --git a/components/CardSlot.vue b/components/CardSlot.vue
index eacec5d..8085396 100644
--- a/components/CardSlot.vue
+++ b/components/CardSlot.vue
@@ -1,9 +1,9 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/components/GameBoard.vue b/components/GameBoard.vue
index ab82bd3..76a74f3 100644
--- a/components/GameBoard.vue
+++ b/components/GameBoard.vue
@@ -8,9 +8,11 @@ const props = defineProps(['game'])
market_amount = {{ props.game.market_stack?.length }}
- market = {{ props.game.market }}
+ market =
+
- gems = {{ props.game.gem_stack }}
+ gems =
+
players = {{ props.game.players }}