corrected footer and linked the click to apply
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
const FeatureText = () => {
|
||||
import { FC } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import { RouteHandler } from "../../../router/routes";
|
||||
|
||||
const FeatureText: FC = () => {
|
||||
return (
|
||||
<div className="w-full sm:w-2/3 px-0 sm:px-[15px] flex flex-col">
|
||||
<div className="mt-5 text-[.9375rem] text-[#454545] leading-[1.4375rem]">
|
||||
@@ -23,9 +27,12 @@ const FeatureText = () => {
|
||||
<li>Insurance fee - 0.9%*loan amount*tenure (in years)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="#" className="text-[#5C2684] hover:underline mt-[1.5625rem] w-fit">
|
||||
<Link
|
||||
to={RouteHandler.getStarted}
|
||||
className="text-[#5C2684] hover:underline mt-[1.5625rem] w-fit"
|
||||
>
|
||||
***Click here to apply
|
||||
</a>
|
||||
</Link>
|
||||
<p className="mt-[.5625rem] font-bold cursor-default">
|
||||
Terms and conditions apply
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user