From 4970dbe3645b87967c0703d46fbc84650d9c5922 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Thu, 26 Aug 2021 15:06:15 +0700 Subject: [PATCH] :art: styles: home CTA section :%s --- src/components/modules/home/HomeCTA/HomeCTA.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/modules/home/HomeCTA/HomeCTA.tsx b/src/components/modules/home/HomeCTA/HomeCTA.tsx index f1d4c2c63..0dd6e9cf9 100644 --- a/src/components/modules/home/HomeCTA/HomeCTA.tsx +++ b/src/components/modules/home/HomeCTA/HomeCTA.tsx @@ -5,12 +5,8 @@ import { ROUTE } from 'src/utils/constanst.utils' import { LANGUAGE } from 'src/utils/language.utils' import s from './HomeCTA.module.scss' -interface Props { - className?: string - children?: any -} -const HomeCTA = ({ }: Props) => { +const HomeCTA = () => { return (