Skip to content

Commit

Permalink
added kalia flow back - staging
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 committed Mar 28, 2024
1 parent db6f955 commit d4d91bf
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions apps/amakrushi/src/components/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,13 @@ const HomePage: NextPage = () => {
width: '100%',
maxWidth: '500px',
}}>
<div className={styles.imgBtn} onClick={() => {
sendMessage(t('label.weather_advisory'));
}}>
<p>{t('label.weather_advisory')}</p>
<div className={styles.imgBtn} onClick={() => { context?.setKaliaClicked((props: boolean) => !props); }}>
<p>{t('label.kalia_status')}</p>
<Image
src={weatherAdvisoryImg}
width={50}
height={70}
alt="weatheradvisory"
src={kaliaStatusImg}
width={80}
height={80}
alt="kaliastatus"
/>
</div>
<div className={styles.imgBtn} onClick={() => {
Expand All @@ -398,15 +396,17 @@ const HomePage: NextPage = () => {
/>
</div>
</div>
{/* <div className={styles.imgBtn} onClick={() => { context?.setKaliaClicked((props: boolean) => !props); }}>
<p>{t('label.kalia_status')}</p>
<div className={styles.imgBtn} style={{ marginTop: '20px' }} onClick={() => {
sendMessage(t('label.weather_advisory'));
}}>
<p>{t('label.weather_advisory')}</p>
<Image
src={kaliaStatusImg}
width={80}
height={80}
alt="kaliastatus"
src={weatherAdvisoryImg}
width={50}
height={70}
alt="weatheradvisory"
/>
</div> */}
</div>
</div>
<div className={styles.voiceRecorder} ref={voiceRecorderRef}>
<RenderVoiceRecorder setInputMsg={setInputMsg} tapToSpeak={true} includeDiv={true} />
Expand Down

0 comments on commit d4d91bf

Please sign in to comment.