diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js
index 73246c5e3..a4ff6d96a 100644
--- a/client/homebrew/editor/snippetbar/snippets/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippets/snippets.js
@@ -77,6 +77,29 @@ module.exports = [
icon : 'fas fa-book',
gen : TableOfContentsGen
},
+ {
+ name : 'Remove Drop Cap',
+ icon : 'fas fa-remove-format',
+ gen : ''
+ },
+ {
+ name : 'Tweak Drop Cap',
+ icon : 'fas fa-sliders-h',
+ gen : ''
+ },
]
},
diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
index b8410bd9f..2d4e2d0e4 100644
--- a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
@@ -77,8 +77,29 @@ module.exports = [
icon : 'fas fa-book',
gen : TableOfContentsGen
},
-
-
+ {
+ name : 'Remove Drop Cap',
+ icon : 'fas fa-remove-format',
+ gen : ''
+ },
+ {
+ name : 'Tweak Drop Cap',
+ icon : 'fas fa-sliders-h',
+ gen : ''
+ },
]
},