From bd368c4c645f6484dab163190951b995ff0a7aa8 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:34:31 -0500 Subject: [PATCH] add 'view' property [minor fix] fix missing apostrophe --- client/homebrew/editor/snippetbar/snippets/snippets.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js index bce78af76..064d087f4 100644 --- a/client/homebrew/editor/snippetbar/snippets/snippets.js +++ b/client/homebrew/editor/snippetbar/snippets/snippets.js @@ -115,7 +115,8 @@ module.exports = [ /*********************** IMAGES *******************/ { groupName : 'Images', - icon : 'fas fa-book', + icon : 'fas fa-images', + view : 'text', snippets : [ { name : 'Image',