Skip to content

Commit

Permalink
Revert to space instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekidder committed Jun 4, 2015
1 parent 8b99921 commit e3e9fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ export default class Counter {
return (
<p>
Clicked: {counter} times
&nbsp;
{' '}
<button onClick={increment}>+</button>
&nbsp;
{' '}
<button onClick={decrement}>-</button>
</p>
);
Expand Down
4 changes: 2 additions & 2 deletions examples/counter/Counter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default class Counter {
return (
<p>
Clicked: {counter} times
&nbsp;
{' '}
<button onClick={increment}>+</button>
&nbsp;
{' '}
<button onClick={decrement}>-</button>
</p>
);
Expand Down

0 comments on commit e3e9fd3

Please sign in to comment.