From 4f297423101005de2dc8b85f9bc4ec89468167c9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 26 Aug 2024 20:06:29 +0530 Subject: [PATCH] feat: use h4 for form label --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 695c3d7e..2daab607 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -171,7 +171,7 @@ export const InterpretationLog = () => { - What is the maximum number of rows you want to extract? +

What is the maximum number of rows you want to extract?

} label="10" /> } label="100" />