Skip to content

Commit a21d904

Browse files
committed
Fixed render count style in subscriptions example
1 parent 79ca9eb commit a21d904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subscriptions/RenderCount.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function RenderCount() {
88
}
99

1010
const size = 30
11-
const Circle = styled.span`
11+
const Circle = styled.i`
1212
position: absolute;
1313
top: 0;
1414
right: 0;

0 commit comments

Comments
 (0)