Skip to content

Commit

Permalink
Merge pull request #157 from deriv-com/shayan/fix-console-error
Browse files Browse the repository at this point in the history
chore: removed invalid dom properties for svg
  • Loading branch information
shayan-deriv authored Apr 1, 2024
2 parents 2b81914 + 036cfd3 commit 57a90e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SideNote/ChevronRightIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const ChevronRightIcon = () => (
<g id="icon">
<path
id="icon_2"
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M3.85983 1.60983C4.00628 1.46339 4.24372 1.46339 4.39017 1.60983L8.51516 5.73484C8.66161 5.88128 8.66161 6.11872 8.51516 6.26516L4.39017 10.3902C4.24372 10.5366 4.00628 10.5366 3.85983 10.3902C3.71339 10.2437 3.71339 10.0063 3.85983 9.85983L7.71967 6L3.85983 2.14017C3.71339 1.99372 3.71339 1.75628 3.85983 1.60983Z"
fill="#FF444F"
/>
Expand Down

0 comments on commit 57a90e0

Please sign in to comment.