pull/3094/head
LianaHus 6 years ago
parent e7ba33ce68
commit 809dcc893b
  1. 2
      src/app/ui/landing-page/landing-page.js

@ -65,7 +65,7 @@ export class LandingPage extends ApiFactory {
{ label: 'Access local file system. remixd', type: `link`, payload: `https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html` },
{ label: 'Medium posts', type: `link`, payload: `https://medium.com/remix-ide` },
{ label: 'Plugins & modules', type: `link`, payload: `https://github.com/ethereum/remix-plugin/blob/master/readme.md` },
{ label: 'GitHub repo', type: `link`, payload: `https://github.com/ethereum/remix-ide` },
{ label: 'GitHub repo', type: `link`, payload: `https://github.com/ethereum/remix-ide` }
]
var actionsHelp = [

Loading…
Cancel
Save