diff --git a/apps/remix-ide/src/app/components/plugin-manager-component.js b/apps/remix-ide/src/app/components/plugin-manager-component.js index 14494138a1..34ddc8ee5e 100644 --- a/apps/remix-ide/src/app/components/plugin-manager-component.js +++ b/apps/remix-ide/src/app/components/plugin-manager-component.js @@ -114,6 +114,8 @@ class PluginManagerComponent extends ViewPlugin { renderItem (profile) { const displayName = (profile.displayName) ? profile.displayName : profile.name + const doclink = profile.documentation ? yo`` + : yo`` // Check version of the plugin let versionWarning @@ -147,8 +149,11 @@ class PluginManagerComponent extends ViewPlugin {
- ${displayName} - ${versionWarning} +
+ ${displayName} + ${doclink} + ${versionWarning} +
${activationButton}