diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 3d422f4b..054dfafc 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -1,27 +1,62 @@ import React from "react"; import Link from "next/link"; +const mockedAccounts = [ + { + label: "Subaccount 1", + }, + { + label: "Subaccount 2", + }, + { + label: "Subaccount 3", + }, + { + label: "Subaccount 4", + }, +]; + const Navigation = () => { return ( -
$: 2500
+