From c2a869bd366ad9f4d3e78c508e7608c5a3ed3f3d Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 30 Aug 2024 10:54:52 +1000 Subject: [PATCH] revert --- client/src/components/forms/PostFormCard.tsx | 2 +- client/src/components/routes/Settings.tsx | 4 ++-- client/src/config.ts | 2 +- client/src/utils/subscriptions.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/components/forms/PostFormCard.tsx b/client/src/components/forms/PostFormCard.tsx index 7cabab8..9a6c44e 100644 --- a/client/src/components/forms/PostFormCard.tsx +++ b/client/src/components/forms/PostFormCard.tsx @@ -187,7 +187,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="22" + min="16" />