Skip to content

Commit

Permalink
fix: ClickHere not flipped on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
chanh1964 committed Jun 6, 2024
1 parent cb4e790 commit 0aad7f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/icons/ClickHere.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export default function ClickHere(props: Props) {
viewBox="0 0 24 24"
width="1em"
height="1em"
className={`${props.className} inline`}
className={`${props.className} inline ${props.lean == 'right' ? 'flipped' : ''}`}
xmlnsXlink="http://www.w3.org/1999/xlink"
transform={props.lean == 'right' ? 'matrix(-1, 0, 0, 1, 0, 0)' : ''}
>
<g id="SVGRepo_bgCarrier" strokeWidth="0"></g>
<g
Expand Down

0 comments on commit 0aad7f3

Please sign in to comment.