Merge pull request #392 from SiriusXT/Icon_improvements

Icon improvements
This commit is contained in:
Elian Doran
2024-09-09 20:30:35 +03:00
parent fe844d4f8c
commit a4341a5cac
9 changed files with 24 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ export default class NoteMapRibbonWidget extends NoteContextAwareWidget {
return {
show: this.isEnabled(),
title: t("note_map.title"),
icon: 'bx bx-map-alt'
icon: 'bx bxs-network-chart'
};
}