Skip to content

Commit

Permalink
Merge pull request #8213 from sm1990/berror
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
sm1990 committed Nov 7, 2023
2 parents 94285e1 + 13c8f6e commit 87a3ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/prev-next/PrevNext.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default function PrevNext(props) {
onMouseOut={() => updateBtnHover([false, false])}
>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"
/>
</svg>
Expand Down

0 comments on commit 87a3ddb

Please sign in to comment.