From 0c3b969d93e7aa64261f50e00209a128dbffe6c0 Mon Sep 17 00:00:00 2001 From: JoelVR17 Date: Tue, 25 Feb 2025 01:17:58 -0600 Subject: [PATCH] feat: enhance tutorial step content with additional details about escrow actions --- src/constants/steps/steps.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants/steps/steps.tsx b/src/constants/steps/steps.tsx index bb819f5..8fb259c 100644 --- a/src/constants/steps/steps.tsx +++ b/src/constants/steps/steps.tsx @@ -29,7 +29,10 @@ export const steps = [ content: (

Here you can see all the escrows you've created or are involved in - depending on your role. + depending on your role. See more details about a specific escrow by + clicking on it. There you'll be able to see the status, parties + involved, the current balance and also do some actions like Fund, + Release, etc.

), placement: "auto" as Placement,