Pet types & Music type list updated
This commit is contained in:
parent
4f1b9a8de9
commit
1b26b7a374
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const petCategory = ["Dog", "Cat", "Bird", "Fish", "Other"];
|
||||
const musicGenre = ["Chill", "Energetic", "Romantic", "Party", "Relaxing", "Other",]
|
||||
const petCategory = ["Dog", "Cat", "Fish", "Bird", "Hamster", "Gerbil", "Guinea Pig", "Rabbit", "Beared Dragon", "Leopard Gecko", "Corn Snake"];
|
||||
const musicGenre = ["Boy Band", "Soul", "Country & Western", "Hip-Hop", "K-Pop", "New Romantic"]
|
||||
const MAX_SUBMISSIONS = 10;
|
||||
|
||||
// Session Management Module
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue