pull/2092/head
filip mertens 3 years ago
parent 35ac6dddb9
commit 7e30905777
  1. 2
      apps/remix-ide/src/app/components/vertical-icons.tsx

@ -29,7 +29,7 @@ export class VerticalIcons extends Plugin {
}
renderComponent () {
const fixedOrder = ['filePanel', 'solidity','udapp', 'debugger', 'solidityStaticAnalysis', 'solidityUnitTesting', 'pluginManager']
const fixedOrder = ['filePanel', 'search', 'solidity','udapp', 'debugger', 'solidityStaticAnalysis', 'solidityUnitTesting', 'pluginManager']
const divived = Object.values(this.icons).map((value) => { return {
...value,

Loading…
Cancel
Save