Merge pull request #12 from DeepakasBTG/frontend

Pet types & Music type list updated
This commit is contained in:
DeepakasBTG 2026-02-02 18:31:35 +05:30 committed by GitHub
commit 8412db0fa6

View file

@ -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