0
0
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:
Gazook89
2026-05-28 11:46:12 -05:00
parent c12a188196
commit af0804fd6f
+2 -2
View File
@@ -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,
}, },