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 bfd669860b..85f2851192 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 @@ -301,6 +301,11 @@ export class LandingPage extends ViewPlugin { await this.appManager.activatePlugin('pluginManager') this.verticalIcons.select('pluginManager') } + const startRestoreBackupZip = async () => { + await this.appManager.activatePlugin(['restoreBackupZip']) + this.verticalIcons.select('restoreBackupZip') + _paq.push(['trackEvent', 'pluginManager', 'userActivate', 'restoreBackupZip']) + } const createNewFile = () => { this.call('fileExplorers', 'createNewFile') @@ -457,7 +462,7 @@ export class LandingPage extends ViewPlugin { ) } - const img = yo`` + const img = yo`` const playRemi = async () => { await document.getElementById('remiAudio').play() } // to retrieve medium posts document.body.appendChild(yo``) @@ -470,31 +475,29 @@ export class LandingPage extends ViewPlugin {
or
- -2-step solution:
+or
- -Help:
+connectToLocalhost()}>Connect to Localhost
-- - downloadFiles()}>Download all Files -
- - migrateWorkspace()}>Migrate old filesystem to workspace -