From 97f87f9f45a589f0f931b38453f456aaa22ec903 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 29 Jun 2020 10:55:48 +0200 Subject: [PATCH] update sourcify --- apps/remix-ide/src/app/ui/landing-page/landing-page.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide/src/app/ui/landing-page/landing-page.js b/apps/remix-ide/src/app/ui/landing-page/landing-page.js index a028d116d2..2ac74e8a5c 100644 --- a/apps/remix-ide/src/app/ui/landing-page/landing-page.js +++ b/apps/remix-ide/src/app/ui/landing-page/landing-page.js @@ -163,8 +163,8 @@ export class LandingPage extends ViewPlugin { } const startSourceVerify = () => { this.appManager.ensureActivated('solidity') - this.appManager.ensureActivated('source-verification') - this.verticalIcons.select('source-verification') + this.appManager.ensureActivated('sourcify') + this.verticalIcons.select('sourcify') } const startPluginManager = () => { this.appManager.ensureActivated('pluginManager') @@ -208,7 +208,7 @@ export class LandingPage extends ViewPlugin { const pipelineEnv = createEnvButton('assets/img/pipelineLogo.webp', 'pipelineLogo', 'Pipeline', startPipeline) const debuggerEnv = createEnvButton('assets/img/debuggerLogo.webp', 'debuggerLogo', 'Debugger', startDebugger) const mythXEnv = createEnvButton('assets/img/mythxLogo.webp', 'mythxLogo', 'MythX', startMythX) - const sourceVerifyEnv = createEnvButton('assets/img/sourceVerifyLogo.webp', 'sourceVerifyLogo', 'Source Verify', startSourceVerify) + const sourceVerifyEnv = createEnvButton('assets/img/sourceVerifyLogo.webp', 'sourceVerifyLogo', 'Sourcify', startSourceVerify) const moreEnv = createEnvButton('assets/img/moreLogo.webp', 'moreLogo', 'More', startPluginManager) const invertNum = (globalRegistry.get('themeModule').api.currentTheme().quality === 'dark') ? 1 : 0