From 724cdf2e9d9e98eabcc657dca728ac996ce2eea8 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 23 Feb 2024 03:41:31 +0800 Subject: [PATCH] feat: update icon --- src/components/dashboard/toolbars/ResizeImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/toolbars/ResizeImage.tsx b/src/components/dashboard/toolbars/ResizeImage.tsx index c041deeb..3f6fafca 100644 --- a/src/components/dashboard/toolbars/ResizeImage.tsx +++ b/src/components/dashboard/toolbars/ResizeImage.tsx @@ -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) },