diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts index 23a15626..88b1b1d4 100644 --- a/src/plugins/icon.ts +++ b/src/plugins/icon.ts @@ -98,7 +98,7 @@ import { ListView, Magic, HighLight, - Share, + Download, IndentLeft, IndentRight, VerticalSpacingBetweenItems, @@ -216,7 +216,7 @@ export const icons: Icons = { IconListView: ListView, IconMagic: Magic, IconHighLight: HighLight, - IconShare: Share, + IconDownload: Download, IconIndentLeft: IndentLeft, IconIndentRight: IndentRight, IconVerticalSpacingBetweenItems: VerticalSpacingBetweenItems, diff --git a/src/views/Editor/EditorHeader/index.vue b/src/views/Editor/EditorHeader/index.vue index eeafb0fe..b314876f 100644 --- a/src/views/Editor/EditorHeader/index.vue +++ b/src/views/Editor/EditorHeader/index.vue @@ -54,7 +54,7 @@