Skip to content

Commit 283ff06

Browse files
LuluamehLucy Joy Ameh
andauthored
feat: implement marketplace filters UI (#252)
* feat: implement marketplace filters UI * fix: resolve linting issues in marketplace filters - replace any type and fix useEffect dependencies --------- Co-authored-by: Lucy Joy Ameh <lucyameh@Lucys-MBP.lan>
1 parent 8a3aff7 commit 283ff06

5 files changed

Lines changed: 527 additions & 1 deletion

File tree

apps/frontend/components/home/featured-products.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function FeaturedProducts() {
2929
<section className="py-12 px-4 md:px-8 dark:bg-white/5 bg-black/5">
3030
<div className="w-full max-w-6xl mx-auto my-8 px-4 sm:px-6 lg:px-8 flex flex-col items-center">
3131
<h2 className="text-3xl font-bold mb-8 text-center">
32-
{t("common.featuredProductsTitle.title")}
32+
{t("common.featuredProductsTitle.title")}
3333
</h2>
3434

3535
<Carousel

0 commit comments

Comments
 (0)