Skip to content

Commit e511e51

Browse files
authored
Merge pull request #3891 from ethereum/ssaHomeTabFix
Home Tab and SSA fixes
2 parents ec495fb + 1f0546d commit e511e51

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/remix-ide/src/app/tabs/analysis-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const profile = {
1414
methods: [],
1515
events: [],
1616
icon: 'assets/img/staticAnalysis.webp',
17-
description: 'Checks the contract code for security vulnerabilities and bad practices.',
17+
description: 'Analyze your code using Remix, Solhint and Slither.',
1818
kind: 'analysis',
1919
location: 'sidePanel',
2020
documentation: 'https://remix-ide.readthedocs.io/en/latest/static_analysis.html',

apps/remix-ide/src/app/tabs/locales/en/home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"home.featuredPlugins": "Featured Plugins",
2121
"home.solidityPluginDesc": "Compile, test and analyse smart contract.",
2222
"home.cookbookDesc": "Find smart contracts, solidity libraries, and discover protocols.",
23-
"home.codeAnalyizerPluginDesc": "Analyze your code using Remix, Sohint and Sslither",
23+
"home.codeAnalyizerPluginDesc": "Analyze your code using Remix, Solhint and Slither.",
2424
"home.starkNetPluginDesc": "Compile and deploy contracts with Cairo, a native language for StarkNet.",
2525
"home.solhintPluginDesc": "Solhint is an open source project for linting Solidity code.",
2626
"home.sourcifyPluginDesc": "Solidity contract and metadata verification service.",

libs/remix-ui/home-tab/src/lib/components/homeTabFeaturedPlugins.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ function HomeTabFeaturedPlugins ({plugin}: HomeTabFeaturedPluginsProps) {
154154
envID="sUTLogo"
155155
envText="Solidity unit testing"
156156
description={intl.formatMessage({ id: 'home.unitTestPluginDesc' })}
157+
remixMaintained={true}
157158
callback={() => startSolidityUnitTesting()}
158159
/>
159160
</Carousel>

0 commit comments

Comments
 (0)