Skip to content

Commit

Permalink
PLANET-7394: Fix missing up/down arrow icon in CarouselHeader (#2194)
Browse files Browse the repository at this point in the history
PLANET-7394: Fix missin up-down arrow icon in CarouselHeader

Ref: https://jira.greenpeace.org/browse/PLANET-7394

Fix image's path

Co-authored-by: Dan Tovbein <dtovbein@gmail.com>
  • Loading branch information
GP-Dan-Tovbein and dantovbein authored Jan 16, 2024
1 parent 8689d07 commit 6ade2aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
width: 100%;
height: 100%;
background-size: 9px 9px;
background-image: url("../../public/images/icons/chevron.svg");
background-image: url("../../images/chevron.svg");
background-repeat: no-repeat;
background-position: center;
transform-origin: center;
Expand Down

0 comments on commit 6ade2aa

Please sign in to comment.