diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx index daa0b8619c5..f69c35d96fe 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx @@ -79,12 +79,11 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) { { - await props.plugin.appManager.activatePlugin(['LearnEth', 'solidity', 'solidityUnitTesting']) + await props.plugin.appManager.activatePlugin(['LearnEth', 'solidityUnitTesting']) props.plugin.verticalIcons.select('LearnEth') await props.plugin.call('LearnEth', 'home') } } - > 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 52a98803123..10cf7d82bc7 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx @@ -109,7 +109,7 @@ function HomeTabFeaturedPlugins({ plugin }: HomeTabFeaturedPluginsProps) { } }} renderButtonGroupOutside={true} - ssr={true} // means to render carousel on server-side. + ssr={false} // means to render carousel on server-side. keyBoardControl={true} containerClass="carousel-container" deviceType={'desktop'}