Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 26ee208

Browse files
committed
fix(example): update instructions to match the new experience
1 parent 4ce7b9e commit 26ee208

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/components/header/Examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import {
1515
useSessionStoreWithoutUndo,
1616
useSessionStoreWithUndo,
1717
} from "../../hooks/useSessionStore";
18+
import { EXAMPLES } from "../../library/examples";
1819
import { mapITransactionExtToITransaction } from "../../mappers/external-to-internal";
19-
import { EXAMPLES } from "../../utils/examples";
2020
import { DEFAULT_TRANSACTION_RUN } from "../../utils/state";
2121

2222
export const Example: React.FC = () => {
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ export const EXAMPLES: Record<
6262
},
6363
],
6464
},
65-
help: 'Generate a keypair for the "New Account" using the 🔑 button and then click the "Send" button.',
65+
help:
66+
'Press the wand on "Payer" and "New Account" accounts. ' +
67+
'Then click the "Send" button!',
6668
},
6769

6870
systemProgramTransfer: {
@@ -110,6 +112,9 @@ export const EXAMPLES: Record<
110112
},
111113
],
112114
},
113-
help: 'Click the "Send" button when you\'re ready.',
115+
help:
116+
'Click the wand on "From" account to fill in your Wallet address. ' +
117+
'Optionally, change the "To" account to another address. ' +
118+
'Then click the "Send" button!',
114119
},
115120
};

0 commit comments

Comments
 (0)