This is an automated email from the ASF dual-hosted git repository. robin0716 pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit d512482315d6df2d2f847ca6357f7ec750742f93 Author: robin <[email protected]> AuthorDate: Fri Dec 6 14:58:17 2024 +0800 refactor(embed-basic): update icon to code-square in toolbar button --- embed-basic/Component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed-basic/Component.tsx b/embed-basic/Component.tsx index 7b69bf6..6de4eb9 100644 --- a/embed-basic/Component.tsx +++ b/embed-basic/Component.tsx @@ -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}
