pull/5370/head
yann300 4 months ago
parent 03c5ab2334
commit 61857adc07
  1. 4
      apps/remix-ide/src/app/providers/environment-explorer.tsx

@ -160,7 +160,7 @@ export class EnvironmentExplorer extends ViewPlugin {
} }
}} }}
> >
<div>{provider.description}</div> <div>{provider.description}</div>
</RemixUIGridCell> </RemixUIGridCell>
})}</RemixUIGridSection> })}</RemixUIGridSection>
<RemixUIGridSection <RemixUIGridSection
@ -192,7 +192,7 @@ export class EnvironmentExplorer extends ViewPlugin {
} }
}} }}
> >
<div>{provider.description}</div> <div>{provider.description}</div>
</RemixUIGridCell> </RemixUIGridCell>
})}</RemixUIGridSection> })}</RemixUIGridSection>
</RemixUIGridView> </RemixUIGridView>

Loading…
Cancel
Save