Skip to content

Commit 67ef91d

Browse files
committed
Merge pull request reduxjs#759 from jas-chen/patch-1
fix style of todomvc filter links
2 parents de9eb83 + 211f324 commit 67ef91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Footer extends Component {
2626

2727
return (
2828
<a className={classnames({ selected: filter === selectedFilter })}
29-
style={{ cursor: 'hand' }}
29+
style={{ cursor: 'pointer' }}
3030
onClick={() => onShow(filter)}>
3131
{title}
3232
</a>

0 commit comments

Comments
 (0)