Merge branch 'fix#2379' of https://github.com/ethereum/remix-project into fix#2379

pull/2388/head
Aniket-Engg 3 years ago
commit 4c00e9929a
  1. 0
      apps/remix-ide/src/assets/img/sourcifyNewLogo.webp
  2. 2
      libs/remix-ui/README.md
  3. 2
      libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -3,7 +3,7 @@
This library was generated with [Nx](https://nx.dev).
## Pre-requisite
- Install **NxConsole** vscose extension
- Install **NxConsole** vscode extension
## Steps To Generate React App
- Open **NxConsole** extension
- Click generate option

@ -255,7 +255,7 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
<PluginButton imgPath="assets/img/starkNetLogo.webp" envID="starkNetLogo" envText="StarkNet" l2={true} callback={() => startStarkNet()} />
<PluginButton imgPath="assets/img/solhintLogo.webp" envID="solhintLogo" envText="Solhint linter" callback={() => startSolhint()} />
<PluginButton imgPath="assets/img/learnEthLogo.webp" envID="learnEthLogo" envText="LearnEth" callback={() => startLearnEth()} />
<PluginButton imgPath="assets/img/sourcifyLogo.webp" envID="sourcifyLogo" envText="Sourcify" callback={() => startSourceVerify()} />
<PluginButton imgPath="assets/img/sourcifyNewLogo.webp" envID="sourcifyLogo" envText="Sourcify" callback={() => startSourceVerify()} />
<PluginButton imgPath="assets/img/moreLogo.webp" envID="moreLogo" envText="More" callback={startPluginManager} />
</ThemeContext.Provider>
</div>

Loading…
Cancel
Save