Skip to content

Commit

Permalink
[Update] footer for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
mdazfar2 committed Nov 18, 2024
1 parent f225f91 commit c7d13ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ const Footer = () => {
. Shop easy, shop happy
<Link
href={"#"}

onMouseOver={() => {
setId(7);
}}
onMouseLeave={() => {
setId(0);
}}
Expand Down

0 comments on commit c7d13ad

Please sign in to comment.