Skip to content

Commit

Permalink
fix: change category name in accordance with the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Jan 9, 2024
1 parent 4601ac0 commit 19e6f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/top-selling-this-week/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const TopSellingThisWeek: React.FC = () => {
findTopThreeProducts();
}
if (buttonId === 2) {
const slugs = ['fruits', 'vegetables'];
const slugs = ['fruits', 'vegetables-and-herbs'];
findTopThreeProducts(slugs);
}
if (buttonId === 3) {
Expand Down

0 comments on commit 19e6f78

Please sign in to comment.