diff --git a/site/.vitepress/sidebar/index.ts b/site/.vitepress/sidebar/index.ts index 955f3d0665..01873c98a4 100644 --- a/site/.vitepress/sidebar/index.ts +++ b/site/.vitepress/sidebar/index.ts @@ -151,7 +151,7 @@ export const sidebar: DefaultTheme.Sidebar = [ // ], // }, { - text: "Custom Infra", + text: "Custom infra", base: "/third-party", items: [ { text: "Bundlers", link: "/bundlers" }, diff --git a/site/overview/demos.md b/site/overview/demos.md index ea5fdc61fd..842a832537 100644 --- a/site/overview/demos.md +++ b/site/overview/demos.md @@ -14,7 +14,7 @@ head: # Demos -## Gasless Token minting demo +## Gasless token minting demo This demo shows how to mint an ERC-20 token to a Light Account using our Gas Manager to provide a gasless minting experience.