mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 04:37:37 +00:00
Remove non-existent icons
This commit is contained in:
@@ -520,7 +520,7 @@ export default [
|
|||||||
|
|
||||||
{
|
{
|
||||||
name : 'MIT License',
|
name : 'MIT License',
|
||||||
icon : 'fas fa-mit',
|
icon : null,
|
||||||
gen : LicenseGen.mit,
|
gen : LicenseGen.mit,
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -554,7 +554,7 @@ export default [
|
|||||||
|
|
||||||
{
|
{
|
||||||
name : 'ORC Notice',
|
name : 'ORC Notice',
|
||||||
icon : 'fas fa-Paizo',
|
icon : null,
|
||||||
gen : LicenseGen.orc1,
|
gen : LicenseGen.orc1,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user