fix linting

pull/5370/head
aniket-engg 2 months ago committed by Aniket
parent 3fb1ef4ac4
commit 810a388c96
  1. 2
      libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

@ -78,7 +78,7 @@ function HomeTabFeatured(props:HomeTabFeaturedProps) {
</div>
<span
className="remixui_home_text btn-sm btn-secondary mt-2 text-decoration-none mb-3"
style={{cursor: 'pointer'}}
style={{ cursor: 'pointer' }}
onClick={async () => {
await props.plugin.appManager.activatePlugin(['LearnEth', 'solidityUnitTesting'])
props.plugin.verticalIcons.select('LearnEth')

Loading…
Cancel
Save