From 46d6d5ba885e990e7ac411ad4dec7ad54da28c55 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 11 Nov 2024 10:06:12 +0700 Subject: [PATCH] Fix dashboard links --- src/routes/dashboard/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" })}>