From 7ed89267d4599be0c65d5a27f963db9155197817 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Tue, 27 Aug 2024 15:30:42 +1000 Subject: [PATCH] raise min diff --- client/src/components/forms/PostFormCard.tsx | 2 +- client/src/components/routes/Home.tsx | 2 +- client/src/components/routes/Settings.tsx | 2 ++ client/src/components/routes/Thread.tsx | 2 +- client/src/config.ts | 2 +- client/src/utils/subscriptions.ts | 6 +++--- 6 files changed, 9 insertions(+), 7 deletions(-) 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" />