We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e377c6 commit 1969a14Copy full SHA for 1969a14
components/calculator/Inputs/TextInput.tsx
@@ -35,7 +35,7 @@ export const TextInput = ({
35
{label}
36
</label>
37
)}
38
- <p className="text-xs my-1 calcularor-label_description">{description}</p>
+ <p className="text-xs my-1 calculator-label_description">{description}</p>
39
40
<input
41
{...otherProps}
0 commit comments