From a49c7aefc99a1e0584cb0b3fb08d028b65dc35d9 Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Sun, 21 Aug 2022 11:55:25 +0530 Subject: Update fixes --- client/src/components/Card/CardAgreement.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/src/components/Card/CardAgreement.jsx') diff --git a/client/src/components/Card/CardAgreement.jsx b/client/src/components/Card/CardAgreement.jsx index 77bb1a0..fe4edb1 100644 --- a/client/src/components/Card/CardAgreement.jsx +++ b/client/src/components/Card/CardAgreement.jsx @@ -1,6 +1,5 @@ import React from 'react' import styles from './CardAgreement.module.css' -import SubmitButton from '../SubmitButton/SubmitButton' import { Typography } from '@mui/material' import { useTranslation } from 'react-i18next' @@ -10,11 +9,10 @@ const CardAgreement = ({ title, image }) => { <>
- + {t('I_HEREBY_CONFIRM_THE_IDENTITY_AND_ADDRESS')}
- ) } -- cgit