refactor: simplify payment workflow by removing amount input and update sidebar profile navigation
This commit is contained in:
@@ -215,7 +215,7 @@ export default function Sidebar() {
|
||||
</nav>
|
||||
|
||||
<div className="absolute bottom-0 left-0 right-0 p-3 border-t border-slate-100 bg-white">
|
||||
<Link href="/admin/users/USR-001" className="flex items-center gap-3 px-3 py-2 hover:bg-slate-50 rounded-lg -mx-1">
|
||||
<Link href={isInvestor ? '/investor/profile' : '/admin/users/USR-001'} className="flex items-center gap-3 px-3 py-2 hover:bg-slate-50 rounded-lg -mx-1">
|
||||
<div className="w-8 h-8 rounded-full bg-accent-light flex items-center justify-center">
|
||||
<span className="text-sm font-bold text-accent">{userName.charAt(0).toUpperCase()}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user