Skip to content

Commit 4ec069d

Browse files
committed
fix label error of w3c validator, close #283
1 parent e78f755 commit 4ec069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pagination.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Pagination extends React.Component {
138138
let iconNode = icon || (
139139
<button
140140
type="button"
141-
label={label}
141+
aria-label={label}
142142
className={`${prefixCls}-item-link`}
143143
/>
144144
);

0 commit comments

Comments
 (0)