Skip to content

Commit

Permalink
Merge pull request #2323 from SadafKausar2025/shadow
Browse files Browse the repository at this point in the history
Added shadow to vigybag logo
  • Loading branch information
codervivek5 authored Oct 16, 2024
2 parents e06781e + 753c8ae commit 22699fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/User/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ const Footer = () => {
<img
src={Logo}
alt="VigyBag Logo"
style={{ height: "12vh", zIndex: "1", marginLeft: "40px" }}
style={{
height: "12vh",
zIndex: "1",
marginLeft: "40px",
filter: "drop-shadow(1px 1px)",
}}
/>
</Link>

Expand Down

0 comments on commit 22699fa

Please sign in to comment.