From 95224b3e81c4ac2444940b0ac51928a8652e101b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 Aug 2021 18:35:39 +0700 Subject: [PATCH] :bug: bug: heading common :%s --- .../CollectionCarcoucel/CollectionCarcoucel.tsx | 13 ++++++++++--- .../modules/home/HomeRecipe/HomeRecipe.tsx | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) 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}