feat: add notifications page and update navigation to redirect notifications to a dedicated route

This commit is contained in:
sazzadulalambd
2026-05-15 18:25:29 +06:00
parent ad6d5e26ad
commit e25bfa91a5
10 changed files with 238 additions and 180 deletions

View File

@@ -52,7 +52,7 @@ export default function InvestorInvestmentDetailPage({ params }: { params: Promi
return (
<div className="min-h-screen lg:pt-6 pt-0 ">
<InvestorNotification isMobile />
<div className="pt-18 lg:pt-0 p-4 lg:p-6 max-w-6xl mx-auto mb-20 lg:mb-0">
<div className="pt-18 lg:pt-0 p-4 lg:p-6 max-w-8xl mx-auto mb-12 lg:mb-0">
<div className="flex flex-col lg:flex-row lg:items-center justify-between gap-4 mb-6">
<div className="flex items-center gap-4">
<button onClick={() => router.back()} className="p-2 hover:bg-slate-100 rounded-lg transition-colors border border-slate-200">