0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 13:22:39 +00:00

Add Icons Licenses and Logos

This commit is contained in:
David Bolack
2025-10-23 10:11:49 -05:00
parent c0113d44ea
commit 25d8cb3c10
3 changed files with 37 additions and 1 deletions

View File

@@ -437,6 +437,38 @@ module.exports = [
},
]
},
{
name : 'Icons',
icon : 'fas fa-i',
subsnippets : [
{
name : 'Text Declarations',
icon : null,
subsnippets : [
{
name : 'Compatibility',
icon : 'fas fa-i',
gen : LicenseGen.iconsCompatibility,
},
{
name : 'Section 15',
icon : 'fas fa-i',
gen : LicenseGen.icondsSection15,
},
{
name : 'Trademark',
icon : 'fas fa-i',
gen : LicenseGen.iconsTrademark,
},
]
},
{
name : 'Compatibility Logo',
icon : 'fas fa-i',
gen : LicenseGen.iconsCompatibilityLogo
}
]
},
{
name : 'MIT License',