+
- 0 ? "text-primary" : "text-muted"}`}>
+ 0 ? "text-primary" : "text-muted"}`}>
{notesFilterCount > 0 && (
{notesFilterCount}
@@ -405,17 +405,17 @@ const DirectoryPageHeader = ({
@@ -429,7 +429,7 @@ const DirectoryPageHeader = ({
data-bs-toggle="dropdown"
aria-expanded="false"
>
-
0 ? "text-primary" : "text-muted"}`}>
+
0 ? "text-primary" : "text-muted"}`}>
{filtered > 0 && (
{filtered}
diff --git a/src/pages/project/ProjectList.jsx b/src/pages/project/ProjectList.jsx
index 464d6a71..52c705ac 100644
--- a/src/pages/project/ProjectList.jsx
+++ b/src/pages/project/ProjectList.jsx
@@ -192,7 +192,7 @@ const ProjectList = () => {