Skip to content

Commit 1969a14

Browse files
authored
Update TextInput.tsx
1 parent 6e377c6 commit 1969a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/calculator/Inputs/TextInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const TextInput = ({
3535
{label}
3636
</label>
3737
)}
38-
<p className="text-xs my-1 calcularor-label_description">{description}</p>
38+
<p className="text-xs my-1 calculator-label_description">{description}</p>
3939

4040
<input
4141
{...otherProps}

0 commit comments

Comments
 (0)