Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Sep 12, 2024
1 parent 1566dab commit 2502807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2502807

Please sign in to comment.