feat: comment out new investment entry points in dashboard and plans pages

This commit is contained in:
sazzadulalambd
2026-05-19 15:12:27 +06:00
parent 5aded5bdc6
commit 3edcfbc654
2 changed files with 4 additions and 4 deletions

View File

@@ -67,9 +67,9 @@ export default function InvestorDashboardPage() {
<AlertCircle className="w-4 h-4" /> Complete KYC
</Link>
)}
<Link href="/investor/plans" className="px-4 py-2 bg-investor text-white rounded-lg text-sm font-bold hover:bg-investor-dark transition-colors flex items-center gap-2 shadow-sm shadow-investor/20">
{/* <Link href="/investor/plans" className="px-4 py-2 bg-investor text-white rounded-lg text-sm font-bold hover:bg-investor-dark transition-colors flex items-center gap-2 shadow-sm shadow-investor/20">
<Zap className="w-4 h-4" /> New Investment
</Link>
</Link> */}
</div>
</div>