Rebrand to kaboot
This commit is contained in:
parent
156c210dea
commit
8a8ec9bc0e
8 changed files with 59 additions and 27 deletions
6
App.tsx
6
App.tsx
|
|
@ -55,7 +55,8 @@ function App() {
|
|||
currentCorrectShape,
|
||||
selectedOption,
|
||||
currentPlayerScore,
|
||||
currentStreak
|
||||
currentStreak,
|
||||
currentPlayerId
|
||||
} = useGame();
|
||||
|
||||
const currentQ = quiz?.questions[currentQuestionIndex];
|
||||
|
|
@ -90,7 +91,7 @@ function App() {
|
|||
|
||||
{gameState === 'LOBBY' ? (
|
||||
<Lobby
|
||||
quizTitle={quiz?.title || 'OpenHoot'}
|
||||
quizTitle={quiz?.title || 'Kaboot'}
|
||||
players={players}
|
||||
gamePin={gamePin}
|
||||
role={role}
|
||||
|
|
@ -138,6 +139,7 @@ function App() {
|
|||
players={players}
|
||||
onNext={nextQuestion}
|
||||
isHost={role === 'HOST'}
|
||||
currentPlayerId={currentPlayerId}
|
||||
/>
|
||||
) : null}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue