diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js
index 3ad8783dd..eaa831fb3 100644
--- a/client/homebrew/editor/snippetbar/snippets/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippets/snippets.js
@@ -86,6 +86,20 @@ module.exports = [
' }\n' +
''
},
+ {
+ 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 2d343a2f8..2d4e2d0e4 100644
--- a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
@@ -86,6 +86,20 @@ module.exports = [
' }\n' +
''
},
+ {
+ name : 'Tweak Drop Cap',
+ icon : 'fas fa-sliders-h',
+ gen : ''
+ },
]
},