0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Remove standalone snippet; include in classTable snippets

This commit is contained in:
Trevor Buckner
2021-09-01 13:37:07 -04:00
parent 177173d599
commit 1770323690

View File

@@ -140,11 +140,6 @@ module.exports = [
[naturalcrit](https://homebrew.naturalcrit.com)
}}`
},
{
name : 'Class Table Decoration',
icon : 'fas fa-award',
gen : `\n![ClassTable Decoration](https://i.imgur.com/xYVVT7e.png) {position:absolute,top:0px,right:0px,width:380px}`
},
{
name : 'Watercolor Splatter',
icon : 'fas fa-fill-drip',
@@ -262,7 +257,7 @@ module.exports = [
{
name : 'Class Table',
icon : 'fas fa-table',
gen : ClassTableGen.full('classTable,frame,wide'),
gen : ClassTableGen.full('classTable,frame,decoration,wide'),
},
{
name : 'Class Table (unframed)',
@@ -272,7 +267,7 @@ module.exports = [
{
name : '1/2 Class Table',
icon : 'fas fa-list-alt',
gen : ClassTableGen.half('classTable,frame'),
gen : ClassTableGen.half('classTable,decoration,frame'),
},
{
name : '1/2 Class Table (unframed)',