diff --git a/app.vue b/app.vue
index 4d66444..4a8806a 100644
--- a/app.vue
+++ b/app.vue
@@ -1,18 +1,11 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/components/LoginView.vue b/components/LoginView.vue
new file mode 100644
index 0000000..89f4782
--- /dev/null
+++ b/components/LoginView.vue
@@ -0,0 +1,27 @@
+
+
+
+
+ SPECTATOR MODE
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/MarketCards.vue b/components/MarketCards.vue
index 3f868bf..316e5c2 100644
--- a/components/MarketCards.vue
+++ b/components/MarketCards.vue
@@ -3,7 +3,7 @@ import goStore, { buy, useEffect } from '@/netcode';
import { CardEffects } from '@/netcode/Effect'
import { CardType } from '@/netcode/Card'
-const isTurn = computed(() => goStore.self && goStore.game?.started && (goStore.self.team == goStore.game.current_turn))
+const isTurn = computed(() => goStore.self && goStore.current_game?.started && (goStore.self.team == goStore.current_game.current_turn))
@@ -11,7 +11,7 @@ const isTurn = computed(() => goStore.self && goStore.game?.started && (goStore.
-
+
-
+
-