We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de9eb83 + 211f324 commit 67ef91dCopy full SHA for 67ef91d
examples/todomvc/components/Footer.js
@@ -26,7 +26,7 @@ class Footer extends Component {
26
27
return (
28
<a className={classnames({ selected: filter === selectedFilter })}
29
- style={{ cursor: 'hand' }}
+ style={{ cursor: 'pointer' }}
30
onClick={() => onShow(filter)}>
31
{title}
32
</a>
0 commit comments