Skip to content

Commit

Permalink
fix: typo in side menu (#408)
Browse files Browse the repository at this point in the history
* Omni Octane EVM tut

* Fix typo
  • Loading branch information
yarikbratashchuk authored Jun 28, 2024
1 parent ea1ee09 commit 9051b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function sidebarHome() {
collapsed: true,
items: [
{ text: "CosmWasm rollup", link: "/tutorials/cosmwasm" },
{ text: "Omni Octane EMV rollup", link: "/tutorials/octane-evm" },
{ text: "Omni Octane EVM rollup", link: "/tutorials/octane-evm" },
{ text: "Polaris EVM rollup", link: "/tutorials/polaris-evm" },
],
},
Expand Down

0 comments on commit 9051b5d

Please sign in to comment.