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 <AlertCircle className="w-4 h-4" /> Complete KYC
</Link> </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 <Zap className="w-4 h-4" /> New Investment
</Link> </Link> */}
</div> </div>
</div> </div>

View File

@@ -60,12 +60,12 @@ export default function MyInvestmentsPage() {
</h1> </h1>
<p className="text-sm text-slate-500 mt-1">Manage your active portfolios and track your earnings.</p> <p className="text-sm text-slate-500 mt-1">Manage your active portfolios and track your earnings.</p>
</div> </div>
<button {/* <button
onClick={() => setShowCreateModal(true)} onClick={() => setShowCreateModal(true)}
className="px-4 py-2.5 bg-investor text-white rounded-lg text-sm font-medium hover:bg-investor-dark flex items-center gap-2 shadow-sm" className="px-4 py-2.5 bg-investor text-white rounded-lg text-sm font-medium hover:bg-investor-dark flex items-center gap-2 shadow-sm"
> >
<Plus className="w-4 h-4" /> Create Investment <Plus className="w-4 h-4" /> Create Investment
</button> </button> */}
</div> </div>
</div> </div>