mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 05:02:42 +00:00
dropdown icons
This commit is contained in:
@@ -171,23 +171,23 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
name : 'Script Sample',
|
||||
icon : 'fac script',
|
||||
icon : 'fas fa-language',
|
||||
gen : scriptGen.dwarvish,
|
||||
experimental : true,
|
||||
subsnippets : [
|
||||
{
|
||||
name : '5e Dwarvish',
|
||||
icon : 'fac dwarvish',
|
||||
icon : 'fac davek',
|
||||
gen : scriptGen.dwarvish,
|
||||
},
|
||||
{
|
||||
name : '5e Elvish',
|
||||
icon : 'fac elvish',
|
||||
icon : 'fac rellanic',
|
||||
gen : scriptGen.elvish,
|
||||
},
|
||||
{
|
||||
name : '5e Draconic',
|
||||
icon : 'fac draconic',
|
||||
icon : 'fac lokharic',
|
||||
gen : scriptGen.draconic,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user