@ -122,7 +122,7 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
description = { intl . formatMessage ( {
description = { intl . formatMessage ( {
id : 'home.codeAnalyizerPluginDesc'
id : 'home.codeAnalyizerPluginDesc'
} ) }
} ) }
remixMaintained = { true }
maintainedBy = 'Remix'
callback = { ( ) = > startCodeAnalyzer ( ) }
callback = { ( ) = > startCodeAnalyzer ( ) }
/ >
/ >
< PluginButton
< PluginButton
@ -132,7 +132,7 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
description = { intl . formatMessage ( {
description = { intl . formatMessage ( {
id : 'home.learnEthPluginDesc'
id : 'home.learnEthPluginDesc'
} ) }
} ) }
remixMaintained = { true }
maintainedBy = 'Remix'
callback = { ( ) = > startLearnEth ( ) }
callback = { ( ) = > startLearnEth ( ) }
/ >
/ >
< PluginButton
< PluginButton
@ -140,7 +140,7 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
envID = "cookbookLogo"
envID = "cookbookLogo"
envText = "Cookbook"
envText = "Cookbook"
description = { intl . formatMessage ( { id : 'home.cookbookDesc' } ) }
description = { intl . formatMessage ( { id : 'home.cookbookDesc' } ) }
remixMaintained = { false }
maintainedBy = "Cookbook"
callback = { ( ) = > startCookbook ( ) }
callback = { ( ) = > startCookbook ( ) }
/ >
/ >
< PluginButton
< PluginButton
@ -148,7 +148,7 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
envID = "solidityLogo"
envID = "solidityLogo"
envText = "Solidity"
envText = "Solidity"
description = { intl . formatMessage ( { id : 'home.solidityPluginDesc' } ) }
description = { intl . formatMessage ( { id : 'home.solidityPluginDesc' } ) }
remixMaintained = { true }
maintainedBy = 'Remix'
callback = { ( ) = > startSolidity ( ) }
callback = { ( ) = > startSolidity ( ) }
/ >
/ >
< PluginButton
< PluginButton
@ -156,7 +156,7 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
envID = "sUTLogo"
envID = "sUTLogo"
envText = "Solidity unit testing"
envText = "Solidity unit testing"
description = { intl . formatMessage ( { id : 'home.unitTestPluginDesc' } ) }
description = { intl . formatMessage ( { id : 'home.unitTestPluginDesc' } ) }
remixMaintained = { true }
maintainedBy = 'Remix'
callback = { ( ) = > startSolidityUnitTesting ( ) }
callback = { ( ) = > startSolidityUnitTesting ( ) }
/ >
/ >
< / Carousel >
< / Carousel >