refactor: migrate investor dashboard to dedicated subfolder and update navigation paths

This commit is contained in:
sazzadulalambd
2026-05-15 02:47:48 +06:00
parent 0c1a6e3a18
commit 44745d0252
3 changed files with 10 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ export default function LoginPage() {
router.push('/admin/accounting');
break;
case 'investor':
router.push('/investor');
router.push('/investor/dashboard');
break;
case 'biker':
router.push('/biker');
@@ -110,7 +110,7 @@ export default function LoginPage() {
router.push('/admin/accounting');
break;
case 'investor':
router.push('/investor');
router.push('/investor/dashboard');
break;
case 'biker':
router.push('/biker');