Skip to content

Commit

Permalink
Fixed render count style in subscriptions example
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Jan 31, 2020
1 parent 79ca9eb commit a21d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/subscriptions/RenderCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function RenderCount() {
}

const size = 30
const Circle = styled.span`
const Circle = styled.i`
position: absolute;
top: 0;
right: 0;
Expand Down

0 comments on commit a21d904

Please sign in to comment.