From e2cf89fa0408ffcc7b78f59653e72f8392040031 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Mon, 18 Oct 2021 16:17:05 +0700 Subject: [PATCH] enhance: link T&C, privacy --- .../CustomerInfoForm/CustomerInfoForm.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/modules/checkout/CheckoutInfo/components/CustomerInfoForm/CustomerInfoForm.tsx b/src/components/modules/checkout/CheckoutInfo/components/CustomerInfoForm/CustomerInfoForm.tsx index 5894683d7..7e4715986 100644 --- a/src/components/modules/checkout/CheckoutInfo/components/CustomerInfoForm/CustomerInfoForm.tsx +++ b/src/components/modules/checkout/CheckoutInfo/components/CustomerInfoForm/CustomerInfoForm.tsx @@ -2,6 +2,7 @@ import Link from 'next/link' import React, { useRef } from 'react' import { ButtonCommon, Inputcommon } from 'src/components/common' import InputCommon from 'src/components/common/InputCommon/InputCommon' +import { ROUTE } from 'src/utils/constanst.utils' import { CheckOutForm } from 'src/utils/types.utils' import s from './CustomerInfoForm.module.scss' interface CustomerInfoFormProps { @@ -31,14 +32,18 @@ const CustomerInfoForm = ({ id, onConfirm }: CustomerInfoFormProps) => {
By clicking continue you agree to Casper's{' '} { - - terms and conditions + + + terms and conditions + }{' '} and{' '} { - - privacy policy + + + privacy policy + } .