Skip to content

Commit

Permalink
Rename filters (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverydz authored Dec 1, 2023
1 parent a97decf commit a67c4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canonical/store-components",
"version": "0.37.0",
"version": "0.37.1",
"main": "dist/index.js",
"module": "dist/index.js",
"author": "Canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Filters/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Filters({

return (
<>
<h2 className="p-muted-heading">Filters</h2>
<h2 className="p-muted-heading">Categories</h2>
{showFeatured && (
<strong>
<CheckboxInput
Expand Down

0 comments on commit a67c4fc

Please sign in to comment.