Update category count formatting
This commit is contained in:
@@ -43,7 +43,7 @@ export default function CategoryNavItem(props) {
|
||||
isActive ? "is-active" : ""
|
||||
}`}
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `${title} - ${getCategoryCount()}`,
|
||||
__html: `${title} (${getCategoryCount()})`,
|
||||
}}
|
||||
></button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user