Skip to content

Commit

Permalink
refactor(embed-basic): update icon to code-square in toolbar button
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Dec 6, 2024
1 parent fde5b38 commit d512482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed-basic/Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Component = ({ editor, previewElement }) => {
className="p-0 b-0 btn-no-border toolbar text-body"
onClick={handleShow}
title={`${t('label')} (Ctrl+m)`}>
<i className="bi bi-window" />
<i className="bi bi-code-square" />
</Button>
<EmbedModal
show={show}
Expand Down

0 comments on commit d512482

Please sign in to comment.