feat: comment out new investment entry points in dashboard and plans pages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user