Skip to content

Commit

Permalink
feat: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 22, 2024
1 parent d6513f7 commit 724cdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/toolbars/ResizeImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit 724cdf2

Please sign in to comment.