Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pages/concepts/intro-to-account-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ In Account Kit, this concept will manifest as a [Smart Contract Account](/wallet
</div>
<div style={{ flex: "0 0 30%" }}>
<img
src="/images/wallets/smartaccount+signer.png"
src="/images/wallets/smartaccount-signer.png"
alt="Alt text"
style={{ width: "100%" }}
/>
Expand All @@ -72,7 +72,7 @@ With Account Kit, [sending transactions](/wallets/react/send-user-operations) is
</div>
<div style={{ flex: "0 0 30%" }}>
<img
src="/images/wallets/smartaccount+signer+bundler.png"
src="/images/wallets/smartaccount-signer-bundler.png"
alt="Alt text"
style={{ width: "100%" }}
/>
Expand All @@ -94,7 +94,7 @@ With gas sponsorship, your users won’t need to worry about having assets in th
</div>
<div style={{ flex: "0 0 30%" }}>
<img
src="/images/wallets/smartaccount+signer+bundler+paymaster.png"
src="/images/wallets/smartaccount-signer-bundler-paymaster.png"
alt="Alt text"
style={{ width: "100%" }}
/>
Expand Down
Loading