Skip to content
Merged

Dev #264

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion embed-basic/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

slug_name: basic_embed
type: editor
version: 1.1.2
version: 1.1.3
author: answerdev
link: https://github.com/apache/incubator-answer-plugins/tree/main/embed-basic
Loading