Skip to content

Commit

Permalink
Merge pull request #1908 from kylegoines/1748-3x-clone-editor
Browse files Browse the repository at this point in the history
Updating clone block icon in preview
  • Loading branch information
haringsrob authored Nov 16, 2022
2 parents 30ca715 + d375375 commit 1110326
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions frontend/icons/clone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/js/components/editor/EditorPreviewBlockItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<button type="button"
@click="cloneBlock">
<span v-svg
symbol="add"></span>
symbol="clone"></span>
</button>
<a17-dropdown v-if="blocksLength > 1"
class="f--small"
Expand Down
Loading

0 comments on commit 1110326

Please sign in to comment.