Skip to content

Commit

Permalink
ISC - Move EVM to the top of the L2 switcher (#1191)
Browse files Browse the repository at this point in the history
* move EVM to the top of the L2 switcher
fix build regex

* remove unwanted change
  • Loading branch information
lucas-tortora authored Sep 26, 2023
1 parent 56d32ef commit bbda3e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module.exports = async () => {
'^(/[^/]+)?/wallet.rs/.*|' +
'^(/[^/]+)?/stronghold.rs/.*|' +
'^(/[^/]+)?/streams/.*|' +
'^(/[^/]+)?/wasp-cli/.*' +
'^(/[^/]+)?/wasp-wasm/.*' +
'^(/[^/]+)?/wasp-cli/.*|' +
'^(/[^/]+)?/wasp-wasm/.*|' +
'^(/[^/]+)?/wasp-evm/.*',
},
{
Expand Down
12 changes: 6 additions & 6 deletions versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ exports.buildPluginsConfig = [
],
},
{
id: 'wasp-cli',
label: 'Wasp CLI',
description: 'Create custom smart contract chains.',
id: 'wasp-evm',
label: 'EVM',
description: 'Create EVM smart contracts.',
icon: 'SmartContracts',
subsection: 'build-layer-2',
versions: [
Expand All @@ -35,9 +35,9 @@ exports.buildPluginsConfig = [
],
},
{
id: 'wasp-evm',
label: 'EVM',
description: 'Create EVM smart contracts.',
id: 'wasp-cli',
label: 'Wasp CLI',
description: 'Create custom smart contract chains.',
icon: 'SmartContracts',
subsection: 'build-layer-2',
versions: [
Expand Down

0 comments on commit bbda3e3

Please sign in to comment.