diff --git a/src/components/CategoryNavItem.jsx b/src/components/CategoryNavItem.jsx index dab0fea..12ede6a 100644 --- a/src/components/CategoryNavItem.jsx +++ b/src/components/CategoryNavItem.jsx @@ -43,7 +43,7 @@ export default function CategoryNavItem(props) { isActive ? "is-active" : "" }`} dangerouslySetInnerHTML={{ - __html: `${title} - ${getCategoryCount()}`, + __html: `${title} (${getCategoryCount()})`, }} > );