diff --git a/bob_party/src/components/BotBar.tsx b/bob_party/src/components/BotBar.tsx
index d403a85..439906f 100644
--- a/bob_party/src/components/BotBar.tsx
+++ b/bob_party/src/components/BotBar.tsx
@@ -47,7 +47,7 @@ FC<{nav: any, state?: String}> =
the icon of the messages must switch to the blue one)
*/
switch (state) {
- case 'Game':
+ case 'Home':
imgMid = sgamepad
break;
case 'Chat':
diff --git a/bob_party/src/screens/GameChoice.tsx b/bob_party/src/screens/GameChoice.tsx
index d5e1d26..c560e50 100644
--- a/bob_party/src/screens/GameChoice.tsx
+++ b/bob_party/src/screens/GameChoice.tsx
@@ -32,7 +32,7 @@ function GameChoice(props: { navigation: any; }) {
);
diff --git a/bob_party/src/screens/Home.tsx b/bob_party/src/screens/Home.tsx
index 476ac59..4e6bc7e 100644
--- a/bob_party/src/screens/Home.tsx
+++ b/bob_party/src/screens/Home.tsx
@@ -26,6 +26,7 @@ function Home(props: { navigation: any; }) {