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 %>