You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 SVG's with arrows. One left and one right. You could just use one SVG and giving 1 a class with transform to rotate it. This way you don't need 2 SVG's.
Expected behavior
I expected them to use 1 SVG and just rotate it, instead of using 2 SVG's.
Actual behavior
A SVG for arrow each direction.
So in total 2 SVG's.
What device are you experiencing the problem on?
No response
What operating system are you experiencing the problem on?
No response
What browsers are you experiencing the problem on?
No response
The text was updated successfully, but these errors were encountered:
fixes#78
Made a Prop with a class in the SVG of the component, because of this there weren't 2 SVG's needed.
Both were Arrows, 1 to the left and 1 to the right. I made a prop which gives 1 the class right-arrow with transformX -1. This makes the left arrow turn to the right.
Description
There are 2 SVG's with arrows. One left and one right. You could just use one SVG and giving 1 a class with transform to rotate it. This way you don't need 2 SVG's.
Expected behavior
I expected them to use 1 SVG and just rotate it, instead of using 2 SVG's.
Actual behavior
A SVG for arrow each direction.
So in total 2 SVG's.
What device are you experiencing the problem on?
No response
What operating system are you experiencing the problem on?
No response
What browsers are you experiencing the problem on?
No response
The text was updated successfully, but these errors were encountered: