Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -33,7 +33,7 @@ import {
|
|||||||
ArrowUpRight,
|
ArrowUpRight,
|
||||||
ArrowDownLeft,
|
ArrowDownLeft,
|
||||||
HelpCircle,
|
HelpCircle,
|
||||||
Transfer,
|
ArrowLeftRight,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
icon: ArrowDownLeft,
|
icon: ArrowDownLeft,
|
||||||
title: "$1,200 Withdrawal", status: "Pending"},
|
title: "$1,200 Withdrawal", status: "Pending"},
|
||||||
{ icon: Transfer, title: "Portfolio Rebalance", status: "Executed" },
|
{ icon: ArrowLeftRight, title: "Portfolio Rebalance", status: "Executed" },
|
||||||
],
|
],
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user