Fixed build error

This commit is contained in:
2024-03-23 05:28:00 +01:00
parent 06cadbb742
commit b8f9958517
+1 -1
View File
@@ -95,7 +95,7 @@ const LoanAmountComp: React.FC = () => {
export default LoanAmountComp;
const Slider: React.FC<SliderProps> = ({ handleSliderChange, value }) => {
const Slider: React.FC<SliderProps> = ({ handleSliderChange, value }) => {
return (
<div className="flex flex-col items-start mt-11 mb-16">
<p className="text-lg font-semibold">For how many months?</p>