From 1b26b7a374fb400f3295347cb207452ca3e5293a Mon Sep 17 00:00:00 2001 From: Deepak Salunke Date: Mon, 2 Feb 2026 18:30:58 +0530 Subject: [PATCH] Pet types & Music type list updated --- assets/js/home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/home.js b/assets/js/home.js index a9f3e5e..692ec0e 100644 --- a/assets/js/home.js +++ b/assets/js/home.js @@ -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