From 30bc03402f5613fa9c6c832c4ad92378b0d2057d Mon Sep 17 00:00:00 2001 From: Sreejit-K Date: Wed, 28 Feb 2024 20:57:30 +0530 Subject: [PATCH] Fixed the card image object fit and added Download via GooglePlay and Appstore images on the Nav bar Signed-off-by: Sreejit-K Signed-off-by: Sreejit-K --- inji-web/src/assets/DownloadAppStore.svg | 13 +++++++++++++ inji-web/src/assets/DownloadFromPlay.svg | 22 ++++++++++++++++++++++ inji-web/src/components/atoms/Card.js | 2 +- inji-web/src/pages/PageTemplate/Navbar.jsx | 18 ++++++++++++++---- 4 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 inji-web/src/assets/DownloadAppStore.svg create mode 100644 inji-web/src/assets/DownloadFromPlay.svg diff --git a/inji-web/src/assets/DownloadAppStore.svg b/inji-web/src/assets/DownloadAppStore.svg new file mode 100644 index 00000000..7b183e47 --- /dev/null +++ b/inji-web/src/assets/DownloadAppStore.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/inji-web/src/assets/DownloadFromPlay.svg b/inji-web/src/assets/DownloadFromPlay.svg new file mode 100644 index 00000000..dcca43b6 --- /dev/null +++ b/inji-web/src/assets/DownloadFromPlay.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/inji-web/src/components/atoms/Card.js b/inji-web/src/components/atoms/Card.js index dbd62754..0ef22925 100644 --- a/inji-web/src/components/atoms/Card.js +++ b/inji-web/src/components/atoms/Card.js @@ -23,7 +23,7 @@ export default function InteractiveCard({ id, title, imageURL, actionIcon, onCli border: "none" }} > - + {navigate('/')}}> logo - + { links.map((link) => ( {link} )) } - + {/* Download Inji - + */} + + + + + + + +