From f529c4c0c8a591cff2c2eb1e245f8d326bec0762 Mon Sep 17 00:00:00 2001 From: Manuel Wedler Date: Fri, 10 Jan 2025 14:24:34 +0100 Subject: [PATCH] Move LearnEth plugin before Solidity Analyzers in featured view --- .../lib/components/homeTabFeaturedPlugins.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx index f707954811..eb01655998 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx @@ -130,16 +130,6 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) { maintainedBy="Remix" callback={() => startContractVerification()} /> - startCodeAnalyzer()} - /> startLearnEth()} /> + startCodeAnalyzer()} + />