diff --git a/client/src/components/forms/PostFormCard.tsx b/client/src/components/forms/PostFormCard.tsx index d649569..1215504 100644 --- a/client/src/components/forms/PostFormCard.tsx +++ b/client/src/components/forms/PostFormCard.tsx @@ -176,7 +176,7 @@ const NewNoteCard = ({ className="bg-neutral-800 text-white text-xs font-medium border-none rounded-lg w-10" value={difficulty} onChange={(e) => setDifficulty(e.target.value)} - min="10" // Assuming a minimum difficulty value of 1 + min="21" />