diff options
author | Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com> | 2022-08-26 02:02:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 02:02:18 +0530 |
commit | 97a55c3e161cb5100dc56fcc67fb5444224f25df (patch) | |
tree | b4fdf42270b89d9403bfa9ae3babbef68c368434 /client/src/pages/Update/Update.jsx | |
parent | 9441c80c7e58a8c82638fed3c91a26091001f141 (diff) | |
parent | 53cbdd324347e721ced8e69e1907b352dffc2e37 (diff) |
Merge branch 'develop' into develop
Diffstat (limited to 'client/src/pages/Update/Update.jsx')
-rw-r--r-- | client/src/pages/Update/Update.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/pages/Update/Update.jsx b/client/src/pages/Update/Update.jsx index ecf1677..577573d 100644 --- a/client/src/pages/Update/Update.jsx +++ b/client/src/pages/Update/Update.jsx @@ -8,6 +8,7 @@ import { useNavigate } from 'react-router-dom' import { useTranslation } from 'react-i18next' import { ToastContainer, toast } from 'react-toastify' import { validAadhaar } from '../../constants/RegEx' +import AudioAutoplay from '../../components/AudioAutoplay/AudioAutoplay' const Update = () => { const { aadhaarNumber, setAadhaarNumber } = userContext() @@ -23,6 +24,9 @@ const Update = () => { theme={'colored'} /> <Header subheading={`${t('UPDATE')}`} /> + <AudioAutoplay + audio={`${process.env.PUBLIC_URL}/assets/audios/enter-aadhaar-no`} + /> <div className={styles.subheading__container}> <h3 className={styles.subheading}> {t('PROVIDE_YOUR_AADHAAR_NUMBER')} |