Skip to content

Commit

Permalink
client: Change the icon of the "Formatting" tab
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Nov 14, 2024
1 parent 693bcfb commit 616cb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class ClassicEditorToolbar extends NoteContextAwareWidget {
show: await this.#shouldDisplay(),
activate: true,
title: t("classic_editor_toolbar.title"),
icon: "bx bx-edit-alt"
icon: "bx bx-text"
};
}

Expand Down

0 comments on commit 616cb87

Please sign in to comment.