Skip to content

Commit

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

0 comments on commit 96b5782

Please sign in to comment.