From ffe5e665b9cb0dc47a1e8bbb6958f4b1aad8209f Mon Sep 17 00:00:00 2001 From: syed-ali-tw Date: Wed, 14 Aug 2024 15:18:49 +0100 Subject: [PATCH] Remove old google tag code --- app/views/components/_markdown_editor.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/components/_markdown_editor.html.erb b/app/views/components/_markdown_editor.html.erb index cab4daf7a..23c910f53 100644 --- a/app/views/components/_markdown_editor.html.erb +++ b/app/views/components/_markdown_editor.html.erb @@ -23,10 +23,10 @@
<% if controls.include?(:headings) %> - + <%= inline_svg_tag "components/markdown-editor/heading-two.svg", class: "app-c-markdown-editor__toolbar-icon" , aria_hidden: true %> - + <%= inline_svg_tag "components/markdown-editor/heading-three.svg", class: "app-c-markdown-editor__toolbar-icon" , aria_hidden: true %> <% end %> @@ -34,12 +34,12 @@ <%= inline_svg_tag "components/markdown-editor/link.svg", class: "app-c-markdown-editor__toolbar-icon" , aria_hidden: true %> <% if controls.include?(:blockquote) %> - + <%= inline_svg_tag "components/markdown-editor/blockquote.svg", class: "app-c-markdown-editor__toolbar-icon" , aria_hidden: true %> <% end %> <% if controls.include?(:numbered_list) %> - + <%= inline_svg_tag "components/markdown-editor/numbered-list.svg", class: "app-c-markdown-editor__toolbar-icon" , aria_hidden: true %> <% end %>