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/Enrollment/FormOne/FormOne.jsx | |
parent | 9441c80c7e58a8c82638fed3c91a26091001f141 (diff) | |
parent | 53cbdd324347e721ced8e69e1907b352dffc2e37 (diff) |
Merge branch 'develop' into develop
Diffstat (limited to 'client/src/pages/Enrollment/FormOne/FormOne.jsx')
-rw-r--r-- | client/src/pages/Enrollment/FormOne/FormOne.jsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/pages/Enrollment/FormOne/FormOne.jsx b/client/src/pages/Enrollment/FormOne/FormOne.jsx index b6ab85d..abd52e9 100644 --- a/client/src/pages/Enrollment/FormOne/FormOne.jsx +++ b/client/src/pages/Enrollment/FormOne/FormOne.jsx @@ -46,7 +46,9 @@ const FormOne = () => { return ( <> <Header subheading={t('ENROLLMENT')} /> - <AudioAutoplay audio={`${process.env.PUBLIC_URL}/assets/audios/iris`} /> + <AudioAutoplay + audio={`${process.env.PUBLIC_URL}/assets/audios/personal-details`} + /> <PopUpModal title="FILL_YOUR_INFORMATION" image={`${process.env.PUBLIC_URL}/assets/images/id.svg`} |