Skip to content

Commit

Permalink
removed coming soon toast from weather
Browse files Browse the repository at this point in the history
  • Loading branch information
prtkjakhar committed Apr 2, 2024
1 parent 96b5782 commit 5eadc43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/amakrushi/src/components/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@ const HomePage: NextPage = () => {
maxWidth: '500px',
}}>
<div className={styles.imgBtn} onClick={() => {
toast('Coming Soon!')
// sendMessage(t('label.weather_advisory'));
sendMessage(t('label.weather_advisory'));
}}>
<p>{t('label.weather_advisory')}</p>
<Image
Expand Down

0 comments on commit 5eadc43

Please sign in to comment.