Skip to content

Commit 3e74fd7

Browse files
LianaHusAniket-Engg
authored andcommitted
fixed the id
1 parent 7e0b8c9 commit 3e74fd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"pluginManager.ok": "OK",
3434
"pluginManager.cancel": "Cancel",
3535
"pluginManager.maintainedByRemix": "Maintained by Remix",
36+
"pluginManager.maintainedExternally": "Be aware that the plugin is not maintained by Remix",
3637
"pluginManager.linkToDoc": "Link to documentation",
3738
"pluginManager.versionAlpha": "Version Alpha",
3839
"pluginManager.versionBeta": "Version Beta",

libs/remix-ui/plugin-manager/src/lib/components/ActivePluginCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function ActivePluginCard({profile, buttonText, deactivatePlugin}: PluginCardPro
3232
tooltipClasses="text-nowrap"
3333
tooltipText={<FormattedMessage id="pluginManager.maintainedExternally" />}
3434
>
35-
<i aria-hidden="true" className="px-1 text-success fa-circle-exclamation"></i>
35+
<i aria-hidden="true" className="px-1 text-warning far fa-exclamation-circle"></i>
3636
</CustomTooltip>)
3737
}
3838
{profile.documentation && (

0 commit comments

Comments
 (0)