client: Change the icon of the "Formatting" tab

This commit is contained in:
Adorian Doran 2024-11-14 20:55:30 +02:00
parent 693bcfb587
commit 616cb87d4e

View File

@ -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"
};
}