From 229acbfcd1837874cd9e81f8f749cb8b41d799e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 28 Dec 2023 12:25:07 +0100 Subject: [PATCH] title as snippet.name --- client/homebrew/editor/snippetbar/snippetbar.jsx | 2 +- themes/V3/Blank/snippets.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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',