0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

title as snippet.name

This commit is contained in:
Víctor Losada Hernández
2023-12-28 12:25:07 +01:00
parent e2ac6c9b6b
commit 229acbfcd1
2 changed files with 1 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ const SnippetGroup = createClass({
return _.map(snippets, (snippet)=>{
return <div className='snippet' key={snippet.name} onClick={(e)=>this.handleSnippetClick(e, snippet)}>
<i className={snippet.icon} />
<span className='name'>{snippet.name}</span>
<span className='name'title={snippet.name}>{snippet.name}</span>
{snippet.experimental && <span className='beta'>beta</span>}
{snippet.subsnippets && <>
<i className='fas fa-caret-right'></i>

View File

@@ -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',