Skip to content

Commit

Permalink
fix: chevron alignment
Browse files Browse the repository at this point in the history
Fix #2207.
  • Loading branch information
gpbl committed Jun 22, 2024
1 parent a778883 commit d3e453d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Chevron.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export function Chevron(props: {
<polygon points="6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72" />
)}
{orientation === "left" && (
<polygon points="15.6 18.112 9.65866667 12 15.6 5.87733333 13.7653333 4 6 12 13.7653333 20"></polygon>
<polygon points="16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20" />
)}
{orientation === "right" && (
<polygon points="7.4 18.212 13.3413333 12.1 7.4 5.97733333 9.23466667 4.1 17 12.1 9.23466667 20.1"></polygon>
<polygon points="8 18.612 14.1888889 12.5 8 6.37733333 9.91111111 4.5 18 12.5 9.91111111 20.5"></polygon>
)}
</svg>
);
Expand Down

0 comments on commit d3e453d

Please sign in to comment.