Skip to content

Commit

Permalink
chore: doc update variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
karancoder committed Sep 27, 2024
1 parent b8b0e73 commit 6790a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/integrate-capsule.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const HomePage = () => {
setShowCapsuleModal={setModalState}
showCapsuleModal={modalState}
/>
<TransactionSigningModal dAppInfo={{ name: "Graz Example" }} />
<TransactionSigningModal dAppInfo={{ name: "Your dApp Name" }} />
</div>
) : null;
};
Expand Down

0 comments on commit 6790a1c

Please sign in to comment.