add maintainedBy: 'Remix'

pull/5042/head
yann300 4 months ago committed by Aniket
parent 52e7fffb1f
commit d12f41e9ec
  1. 5
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

@ -21,7 +21,8 @@ const profile = {
description: 'templateSelection',
location: 'mainPanel',
methods: [],
events: []
events: [],
maintainedBy: 'Remix',
}
export class TemplatesSelectionPlugin extends ViewPlugin {
@ -145,7 +146,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
['ERC1155', 'primary'],
]}
title='Template explorer'
description="Select the template to create a workspace"
description="Select a template to create a workspace or to get it added to current workspace"
>
{
templates(window._intl).map(template => {

Loading…
Cancel
Save