get started first step added

This commit was merged in pull request #35.
This commit is contained in:
victorAnumudu
2024-04-22 09:36:48 +01:00
parent 94f9803ec5
commit 747c945659
5 changed files with 125 additions and 16 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ const DebitAccount: React.FC = () => {
className="my-8 max-w-[33.875rem] btn-R bg-[#5A2C82] w-full h-11"
text="Apply"
type="button"
onClick={()=>navigate(RouteHandler.dashboardHome, {replace:true})}
onClick={()=>navigate(RouteHandler.letsGetStarted, {replace:true})}
/>
</div>
</>