0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 01:02:51 +00:00

Merge branch 'master' into License_Add-Mongoose

This commit is contained in:
Trevor Buckner
2025-10-23 16:43:47 -04:00
committed by GitHub
3 changed files with 37 additions and 1 deletions

View File

@@ -412,6 +412,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',