This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
The following commit(s) were added to refs/heads/main by this push:
new ebc8bea Dev (#264)
ebc8bea is described below
commit ebc8bea51191e81f28a45133f02b5b261c209cde
Author: robin <[email protected]>
AuthorDate: Fri Dec 6 15:02:04 2024 +0800
Dev (#264)
Co-authored-by: LinkinStars <[email protected]>
Co-authored-by: robinv8 <[email protected]>
---
embed-basic/Component.tsx | 2 +-
embed-basic/info.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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}
diff --git a/embed-basic/info.yaml b/embed-basic/info.yaml
index 218dcc6..0d39f73 100644
--- a/embed-basic/info.yaml
+++ b/embed-basic/info.yaml
@@ -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