diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index d5c633c..7d3c8d7 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -47,8 +47,7 @@ function Dashboard() { className="card--main" title="Connected Account" buttonLabel="Add Wallet" - buttonIcon={() => } - buttonAction={() => naviguate({ to: "/dashboard/availabilities" })}> + buttonIcon={() => }> @@ -57,13 +56,14 @@ function Dashboard() { icon={} title="Storage" buttonLabel="Details" - buttonAction={() => naviguate({ to: "/dashboard/peers" })}> + buttonAction={() => naviguate({ to: "/dashboard/availabilities" })}> } title="Peers" - buttonLabel="Details"> + buttonLabel="Details" + buttonAction={() => naviguate({ to: "/dashboard/peers" })}>