client/layout/status bar: replace some icons

This commit is contained in:
Adorian Doran
2025-12-13 16:33:33 +02:00
parent 4998560e31
commit 87a51251ca

View File

@@ -232,7 +232,7 @@ function BacklinksBadge({ note, viewScope }: StatusBarContext) {
return (note && count > 0 && return (note && count > 0 &&
<StatusBarDropdown <StatusBarDropdown
className="backlinks-badge backlinks-widget" className="backlinks-badge backlinks-widget"
icon="bx bx-revision" icon="bx bx-link"
text={count} text={count}
title={t("status_bar.backlinks_title", { count })} title={t("status_bar.backlinks_title", { count })}
dropdownContainerClassName="backlinks-items" dropdownContainerClassName="backlinks-items"
@@ -335,7 +335,7 @@ function NotePaths({ note, hoistedNoteId, notePath }: StatusBarContext) {
<StatusBarDropdown <StatusBarDropdown
title={t("status_bar.note_paths_title")} title={t("status_bar.note_paths_title")}
dropdownContainerClassName="dropdown-note-paths" dropdownContainerClassName="dropdown-note-paths"
icon="bx bx-link-alt" icon="bx bx-directions"
text={sortedNotePaths?.length} text={sortedNotePaths?.length}
> >
<NotePathsWidget <NotePathsWidget