Fixed build error
This commit is contained in:
@@ -95,7 +95,7 @@ const LoanAmountComp: React.FC = () => {
|
|||||||
|
|
||||||
export default LoanAmountComp;
|
export default LoanAmountComp;
|
||||||
|
|
||||||
const Slider: React.FC<SliderProps> = ({ handleSliderChange, value }) => {
|
const Slider: React.FC<SliderProps> = ({ handleSliderChange, value }) => {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-start mt-11 mb-16">
|
<div className="flex flex-col items-start mt-11 mb-16">
|
||||||
<p className="text-lg font-semibold">For how many months?</p>
|
<p className="text-lg font-semibold">For how many months?</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user