File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
libs/remix-ui/home-tab/src/lib/components Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -130,16 +130,6 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
130130 maintainedBy = "Remix"
131131 callback = { ( ) => startContractVerification ( ) }
132132 />
133- < PluginButton
134- imgPath = "assets/img/staticAnalysis.webp"
135- envID = "staticAnalysisLogo"
136- envText = "Solidity Analyzers"
137- description = { intl . formatMessage ( {
138- id : 'home.codeAnalyizerPluginDesc'
139- } ) }
140- maintainedBy = 'Remix'
141- callback = { ( ) => startCodeAnalyzer ( ) }
142- />
143133 < PluginButton
144134 imgPath = "assets/img/learnEthLogo.webp"
145135 envID = "learnEthLogo"
@@ -150,6 +140,16 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) {
150140 maintainedBy = 'Remix'
151141 callback = { ( ) => startLearnEth ( ) }
152142 />
143+ < PluginButton
144+ imgPath = "assets/img/staticAnalysis.webp"
145+ envID = "staticAnalysisLogo"
146+ envText = "Solidity Analyzers"
147+ description = { intl . formatMessage ( {
148+ id : 'home.codeAnalyizerPluginDesc'
149+ } ) }
150+ maintainedBy = 'Remix'
151+ callback = { ( ) => startCodeAnalyzer ( ) }
152+ />
153153 < PluginButton
154154 imgPath = "assets/img/cookbook.webp"
155155 envID = "cookbookLogo"
You can’t perform that action at this time.
0 commit comments