Added Home Img on Home btn

This commit was merged in pull request #603.
This commit is contained in:
2024-02-29 20:06:18 +01:00
parent 1564f29a4c
commit 5b5a083987
4 changed files with 44 additions and 13 deletions
@@ -67,8 +67,8 @@ export default AccountDashboard;
const TopBanner = ({ image, title = "", desc = "", btn, link_path, key }) => {
return (
<div className="flex flex-col shadow-md rounded-xl dark:border-[#5356fb29]">
<Link to={link_path} key={key} className="h-[12rem] rounded-t-xl">
<div className="flex flex-col shadow-md rounded-xl dark:border-[#5356fb29]" key={key}>
<Link to={link_path} className="h-[12rem] rounded-t-xl">
<img
src={image}
alt="banner-img"