feat: update icon

This commit is contained in:
DIYgod 2024-02-23 03:41:31 +08:00
parent d6513f71f3
commit 724cdf2e9d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const action = (view: EditorView) => {
export const ResizeImage: ICommand = {
name: "image-size",
label: "Image Size",
icon: "i-mingcute-photo-album-2-fill",
icon: "i-mingcute-aspect-ratio-line",
execute: ({ view }) => {
action(view)
},