feat: add visibility toggles for app and web in company policy settings and fix routing typo

This commit is contained in:
sazzadulalambd
2026-05-10 18:24:24 +06:00
parent 7f5c7f3f65
commit 63f689d1da
3 changed files with 247 additions and 71 deletions

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
case 'biker':
router.push('/biker');
break;
case 'swap-station':
case 'swapstation':
router.push('/swapstation');
break;
case 'merchant':