Skip to content

Commit

Permalink
fix: added cursor pointer on slider hover
Browse files Browse the repository at this point in the history
  • Loading branch information
bsharpnoob committed Jul 31, 2022
1 parent c97876d commit 70aefac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
42 changes: 0 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/components/FeaturedPlantersSlider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function FeaturedPlantersSlider({
padding: (theme) => theme.spacing(5),
borderRadius: (theme) => theme.spacing(4),
overflow: 'initial',
cursor:"pointer",
bgcolor: (t) =>
t.palette.mode === 'light'
? d3
Expand All @@ -129,6 +130,7 @@ function FeaturedPlantersSlider({
window.location.href = link(planter.id);
}}
component="img"

image="https://treetracker-production.nyc3.digitaloceanspaces.com/2019.07.10.18.32.42_b4fad89a-10b6-40cc-a134-0085d0e581d2_IMG_20190710_183201_8089920786231467340.jpg"
alt="tree"
sx={{
Expand Down

0 comments on commit 70aefac

Please sign in to comment.