Skip to content

Commit

Permalink
Move markdown editor icons into app/frontend icons folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBiddle committed Oct 4, 2024
1 parent dc3e256 commit 383d8f7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/components/markdown_editor_component/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@
margin: 0;

&--h2 {
background-image: url("../../assets/icons/markdown-editor-h2.svg");
background-image: url("~/icons/markdown-editor-h2.svg");
}

&--h3 {
background-image: url("../../assets/icons/markdown-editor-h3.svg");
background-image: url("~/icons/markdown-editor-h3.svg");
}

&--bullet-list {
background-image: url("../../assets/icons/markdown-editor-bullet-list.svg");
background-image: url("~/icons/markdown-editor-bullet-list.svg");
}

&--numbered-list {
background-image: url("../../assets/icons/markdown-editor-numbered-list.svg");
background-image: url("~/icons/markdown-editor-numbered-list.svg");
}

&--link {
background-image: url("../../assets/icons/markdown-editor-link.svg");
background-image: url("~/icons/markdown-editor-link.svg");
}
}

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 383d8f7

Please sign in to comment.