From b8229eb9b5550cde98e5446615873e727ead05a8 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Sun, 12 Jul 2026 22:18:26 -0500 Subject: [PATCH] fix(garden): add carnivore plant category --- src/modules/garden/components/plant-form.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/garden/components/plant-form.tsx b/src/modules/garden/components/plant-form.tsx index c41ffcd..907f75c 100644 --- a/src/modules/garden/components/plant-form.tsx +++ b/src/modules/garden/components/plant-form.tsx @@ -14,6 +14,7 @@ const CATEGORIES = [ { value: "flower", label: "Flower" }, { value: "succulent", label: "Succulent" }, { value: "cactus", label: "Cactus" }, + { value: "carnivore", label: "Carnivore" }, { value: "tropical", label: "Tropical" }, { value: "tree", label: "Tree" }, { value: "shrub", label: "Shrub" },