added endpoint for loan application

This commit was merged in pull request #46.
This commit is contained in:
victorAnumudu
2024-04-30 19:03:22 +01:00
parent d90d515f60
commit 814bfe041a
7 changed files with 164 additions and 64 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const Stepper: React.FC<StepperProps> = ({ step = 0 }) => {
return (
<div className="flex justify-between items-center gap-5">
{[...Array(6)].map((_, index) => (
{[...Array(5)].map((_, index) => (
<div
key={index}
className={`w-[1.875rem] border-[.1875rem] rounded-sm ${(step === index