Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang authored and Aniket-Engg committed Sep 12, 2024
1 parent b7228d6 commit c3c3833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) {
<span
className="remixui_home_text btn-sm btn-secondary mt-2 text-decoration-none mb-3"
onClick={async () => {
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')
}
}

>
<FormattedMessage id="home.learnEthPromoButton" />
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit c3c3833

Please sign in to comment.