Skip to content

Commit f529c4c

Browse files
manuelwedlerAniket-Engg
authored andcommitted
Move LearnEth plugin before Solidity Analyzers in featured view
1 parent 14d75c7 commit f529c4c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)