diff --git a/src/components/modules/home/CollectionCarcoucel/CollectionCarcoucel.tsx b/src/components/modules/home/CollectionCarcoucel/CollectionCarcoucel.tsx index 9e46686bf..de0f2015a 100644 --- a/src/components/modules/home/CollectionCarcoucel/CollectionCarcoucel.tsx +++ b/src/components/modules/home/CollectionCarcoucel/CollectionCarcoucel.tsx @@ -1,5 +1,9 @@ import React from 'react' -import { CollectionHeading, ProductCaroucel, ViewAllItem } from 'src/components/common' +import { + CollectionHeading, + ProductCaroucel, + ViewAllItem, +} from 'src/components/common' import { ProductCardProps } from 'src/components/common/ProductCard/ProductCard' import s from './CollectionCarcoucel.module.scss' interface ColectionCarcoucelProps { @@ -20,10 +24,13 @@ const ColectionCarcoucel = ({
- +
- +
diff --git a/src/components/modules/home/HomeRecipe/HomeRecipe.tsx b/src/components/modules/home/HomeRecipe/HomeRecipe.tsx index 01d8b546c..d6471ce97 100644 --- a/src/components/modules/home/HomeRecipe/HomeRecipe.tsx +++ b/src/components/modules/home/HomeRecipe/HomeRecipe.tsx @@ -16,7 +16,7 @@ const HomeRecipe = ({ data, itemKey, title }: HomeRecipeProps) => {
- + {title}