0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 20:12:40 +00:00

Change classTable Icons

This commit is contained in:
Gazook89
2021-08-10 08:44:25 -05:00
parent 927cc2e9b5
commit 9f519b469d

View File

@@ -216,7 +216,7 @@ module.exports = [
},
{
name : 'Class Table (unframed)',
icon : 'fas fa-table',
icon : 'fas fa-border-none',
gen : ClassTableGen.full('classTable,wide'),
},
{
@@ -226,17 +226,17 @@ module.exports = [
},
{
name : '1/2 Class Table (unframed)',
icon : 'fas fa-list-alt',
icon : 'fas fa-border-none',
gen : ClassTableGen.half('classTable'),
},
{
name : '1/3 Class Table',
icon : 'fas fa-list-alt',
icon : 'fas fa-border-all',
gen : ClassTableGen.third('classTable,frame'),
},
{
name : '1/3 Class Table (unframed)',
icon : 'fas fa-list-alt',
icon : 'fas fa-border-none',
gen : ClassTableGen.third('classTable'),
},
{