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