Skip to content

Commit

Permalink
refactor: remove unused icon class from previous page arrow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactionly committed Dec 18, 2020
1 parent d3bb5aa commit 7abdf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const template = {
<div class="pagination-item pagination-item--previous">
<a href="${data.prev.href}">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"/>
</svg>
<span>${options.previousText}</span>
Expand Down

0 comments on commit 7abdf8e

Please sign in to comment.