mirror of
https://github.com/ovosimpatico/SongQuiz.git
synced 2026-01-15 16:32:55 -03:00
make all game sessions have 10 questions
This commit is contained in:
@@ -13,8 +13,8 @@ interface WelcomeScreenProps {
|
||||
}
|
||||
|
||||
const WelcomeScreen: React.FC<WelcomeScreenProps> = ({ onStart }) => {
|
||||
// Always 4 songs per game
|
||||
const NUM_SONGS = 4;
|
||||
// Always 10 songs per game
|
||||
const NUM_SONGS = 10;
|
||||
const NUM_CHOICES = 4;
|
||||
|
||||
const [selectedGenres, setSelectedGenres] = useState<string[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user