diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b4ddb9..61b9f2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ import { ArrowUpRight, ArrowDownLeft, HelpCircle, - Transfer, + ArrowLeftRight, } from "lucide-react"; export default function LandingPage() { @@ -114,7 +114,7 @@ export default function LandingPage() { { icon: ArrowDownLeft, title: "$1,200 Withdrawal", status: "Pending"}, - { icon: Transfer, title: "Portfolio Rebalance", status: "Executed" }, + { icon: ArrowLeftRight, title: "Portfolio Rebalance", status: "Executed" }, ], }} />