Skip to content

Commit

Permalink
updated kalia image
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 committed Mar 11, 2024
1 parent d70fa25 commit e4855c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified apps/amakrushi/src/assets/images/kalia_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/amakrushi/src/components/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ const HomePage: NextPage = () => {
{context?.kaliaClicked ? <div className={styles.kaliaImg}>
<Image
src={kaliaStatusImg}
width={180}
height={180}
width={200}
height={200}
alt="kaliastatus"
/>
</div> : <><div className={styles.title}>{t('label.ask_me')}</div>
Expand Down

0 comments on commit e4855c7

Please sign in to comment.