diff --git a/apps/client/src/widgets/layout/StatusBar.css b/apps/client/src/widgets/layout/StatusBar.css
index 93a035c4f..bc37b6542 100644
--- a/apps/client/src/widgets/layout/StatusBar.css
+++ b/apps/client/src/widgets/layout/StatusBar.css
@@ -131,7 +131,7 @@
color: var(--menu-item-icon-color);
}
- span:last-child > span > a {
+ span:last-of-type > span > a {
color: var(--muted-text-color);
}
}
diff --git a/apps/client/src/widgets/ribbon/NotePathsTab.tsx b/apps/client/src/widgets/ribbon/NotePathsTab.tsx
index 18d5086d6..090be0e66 100644
--- a/apps/client/src/widgets/ribbon/NotePathsTab.tsx
+++ b/apps/client/src/widgets/ribbon/NotePathsTab.tsx
@@ -114,7 +114,7 @@ function NotePath({ currentNotePath, notePathRecord }: { currentNotePath?: strin
)), NOTE_PATH_TITLE_SEPARATOR)}
{icons.map(({ icon, title }) => (
-
+
))}
);