From 968577574d8508df6a6b9d473381c589a3e89eb2 Mon Sep 17 00:00:00 2001 From: alguilhot Date: Sun, 16 Oct 2022 16:59:23 +0200 Subject: [PATCH] FIX: fix logo gamepad selected --- bob_party/src/components/BotBar.tsx | 2 +- bob_party/src/screens/GameChoice.tsx | 2 +- bob_party/src/screens/Home.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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; }) {