Skip to content

Commit

Permalink
docs: fix some issues on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed May 30, 2024
1 parent 1c34b6f commit 7d3736a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ Account Kit provides all the tools you need to build invisible web3 accounts. It
- **Gas Manager API:** A programmable API to sponsor gas for UserOps that meet your criteria.
- **Bundler API:** The most reliable ERC-4337 Bundler. Land your UserOps on-chain, batch operations, and sponsor gas at a massive scale.

<img src="/images/account-kit-overview.jpg" width="400" height="auto" alt="Account Kit Overview" style="display: block; margin: auto;">
<img
src="/images/account-kit-overview.jpg"
width="400"
height="auto"
alt="Account Kit Overview"
style={{ display: "block", margin: "auto" }}
/>

Let's dive into each component.

Expand Down
4 changes: 4 additions & 0 deletions site/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ description: Account Kit is a vertically integrated stack for building apps that
</div>
</div>

<div class="vp-doc max-lg:hidden">

```ts [gettingStarted.ts]
import { createModularAccountAlchemyClient } from "@alchemy/aa-alchemy";
import { sepolia } from "@alchemy/aa-core";
Expand All @@ -69,6 +71,8 @@ export const smartAccountClient = await createModularAccountAlchemyClient({
});
```

</div>

</div>
</div>
<div className="flex max-lg:flex-wrap justify-center gap-[32px]">
Expand Down

0 comments on commit 7d3736a

Please sign in to comment.