diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index d60e51388..8d67dd78d 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -228,7 +228,7 @@ const SnippetGroup = createClass({ return _.map(snippets, (snippet)=>{ return
this.handleSnippetClick(e, snippet)}> - {snippet.name} + {snippet.name} {snippet.experimental && beta} {snippet.subsnippets && <> diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index 2cce78731..f2d73d357 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -340,11 +340,6 @@ module.exports = [ icon : 'MrEavesRemake', gen : dedent`{{MrEavesRemake Dummy Text}}` }, - { - name : 'Mr Eaves Remake', - icon : 'MrEavesRemake', - gen : dedent`{{MrEavesRemake Dummy Text}}` - }, { name: 'Solbera Imitation Remake', icon: 'SolberaImitationRemake',