add maintainedBy: 'Remix'

pull/5370/head
yann300 7 months ago committed by Aniket
parent 8738b2b580
commit bf622141ef
  1. 5
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

@ -21,7 +21,8 @@ const profile = {
description: 'templateSelection', description: 'templateSelection',
location: 'mainPanel', location: 'mainPanel',
methods: [], methods: [],
events: [] events: [],
maintainedBy: 'Remix',
} }
export class TemplatesSelectionPlugin extends ViewPlugin { export class TemplatesSelectionPlugin extends ViewPlugin {
@ -145,7 +146,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
['ERC1155', 'primary'], ['ERC1155', 'primary'],
]} ]}
title='Template explorer' 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 => { templates(window._intl).map(template => {

Loading…
Cancel
Save