From 1770323690096266b1d5d3bf759d7fe8f3a4d510 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 1 Sep 2021 13:37:07 -0400 Subject: [PATCH] Remove standalone snippet; include in classTable snippets --- client/homebrew/editor/snippetbar/snippets/snippets.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index 02f0432a6..3ee91906e 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -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)',