diff options
author | rohan09-raj <[email protected]> | 2022-08-25 23:03:58 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-25 23:03:58 +0530 |
commit | ea69028b911bb28d6c3f6f9f9b50d1c18bee55da (patch) | |
tree | d64e15e1109854abd71e0618795a27ba045a33c8 /client/src/pages/Home | |
parent | a4b87e94548f06db72ab9f4f896672f889ae4586 (diff) |
fixed conflicts
Diffstat (limited to 'client/src/pages/Home')
-rw-r--r-- | client/src/pages/Home/Home.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/pages/Home/Home.jsx b/client/src/pages/Home/Home.jsx index 9370c9f..8f9351a 100644 --- a/client/src/pages/Home/Home.jsx +++ b/client/src/pages/Home/Home.jsx @@ -5,6 +5,7 @@ import Card from '../../components/Card/Card' import Header from '../../components/Header/Header' import ExtendedPopUpModal from '../../components/Modal/ExtendedModal' import styles from './Home.module.css' +import AudioAutoplay from '../../components/AudioAutoplay/AudioAutoplay' const Home = ({ page, setPage }) => { const { t } = useTranslation() @@ -13,6 +14,9 @@ const Home = ({ page, setPage }) => { return ( <> <Header subheading={t('MERA_AADHAAR_MERI_PEHCHAN')} /> + <AudioAutoplay + audio={`${process.env.PUBLIC_URL}/assets/audios/main-screen`} + /> <ExtendedPopUpModal title="Choose the appropriate card" description1="For enrollment of new Aadhaar card" |